Skip to content

Commit

Permalink
Bring back accidentally removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
levonpetrosyan93 committed Nov 19, 2024
1 parent 05d5c84 commit 484e80b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/rpcevo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -898,6 +898,7 @@ UniValue protx_revoke(const JSONRPCRequest& request)
// Using funds from previousely specified operator payout address
CTxDestination txDest;
ExtractDestination(dmn->pdmnState->scriptOperatorPayout, txDest);
FundSpecialTx(pwallet, tx, ptx, txDest);
} else if (dmn->pdmnState->scriptPayout != CScript()) {
// Using funds from previousely specified znode payout address
CTxDestination txDest;
Expand Down

0 comments on commit 484e80b

Please sign in to comment.