aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_simulaterawtx.py
AgeCommit message (Collapse)Author
2022-08-05rpc/wallet: add simulaterawtransaction RPCKarl-Johan Alm
This command iterates over the inputs and outputs of the given transactions, and tallies up the balance change for the given wallet. This can be useful e.g. when verifying that a coin join like transaction doesn't contain unexpected inputs that the wallet will then sign for unintentionally.