aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-01-25 13:13:56 -0500
committerRussell Yanofsky <russ@yanofsky.org>2017-01-25 13:18:25 -0500
commit87ed396159974b403d0ac00cb793888174e2665c (patch)
treeff4d57c35392bb63988206f5d63ad0d1149e793b /src
parenta1fe9446e9df87e7c2c344d31c5b7b60275127fb (diff)
downloadbitcoin-87ed396159974b403d0ac00cb793888174e2665c.tar.xz
[trivial] Add comment documenting bumpfee mapValues
Diffstat (limited to 'src')
-rw-r--r--src/wallet/wallet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 755c1a8700..4bfa8ec332 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -256,6 +256,10 @@ public:
*
* "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)
*