From 87ed396159974b403d0ac00cb793888174e2665c Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Wed, 25 Jan 2017 13:13:56 -0500 Subject: [PATCH] [trivial] Add comment documenting bumpfee mapValues --- src/wallet/wallet.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 755c1a870..4bfa8ec33 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) *