Skip to content

Commit 87ed396

Browse files
committed
[trivial] Add comment documenting bumpfee mapValues
1 parent a1fe944 commit 87ed396

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wallet/wallet.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ class CWalletTx : public CMerkleTx
256256
*
257257
* "comment", "to" - comment strings provided to sendtoaddress,
258258
* sendfrom, sendmany wallet RPCs
259+
* "replaces_txid" - txid (as HexStr) of transaction replaced by
260+
* bumpfee on transaction created by bumpfee
261+
* "replaced_by_txid" - txid (as HexStr) of transaction created by
262+
* bumpfee on transaction replaced by bumpfee
259263
* "from", "message" - obsolete fields that could be set in UI prior to
260264
* 2011 (removed in commit 4d9b223)
261265
*

0 commit comments

Comments
 (0)