We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fe944 commit 87ed396Copy full SHA for 87ed396
src/wallet/wallet.h
@@ -256,6 +256,10 @@ class CWalletTx : public CMerkleTx
256
*
257
* "comment", "to" - comment strings provided to sendtoaddress,
258
* 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
263
* "from", "message" - obsolete fields that could be set in UI prior to
264
* 2011 (removed in commit 4d9b223)
265
0 commit comments