Skip to content

Commit

Permalink
[trivial] Add comment documenting bumpfee mapValues
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanofsky committed Jan 25, 2017
1 parent a1fe944 commit 87ed396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/wallet/wallet.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,10 @@ class CWalletTx : public CMerkleTx
*
* "comment", "to" - comment strings provided to sendtoaddress,
* sendfrom, sendmany wallet RPCs
* "replaces_txid" - txid (as HexStr) of transaction replaced by
* bumpfee on transaction created by bumpfee
* "replaced_by_txid" - txid (as HexStr) of transaction created by
* bumpfee on transaction replaced by bumpfee
* "from", "message" - obsolete fields that could be set in UI prior to
* 2011 (removed in commit 4d9b223)
*
Expand Down

0 comments on commit 87ed396

Please sign in to comment.