No description provided.
[Wallet][RPC] add missing abandon status documentation #7742
pull jonasschnelli wants to merge 1 commits into bitcoin:master from jonasschnelli:2016/03/ab_doc changing 1 files +1 −0-
jonasschnelli commented at 8:45 PM on March 24, 2016: contributor
- jonasschnelli added the label Wallet on Mar 24, 2016
- jonasschnelli added the label RPC on Mar 24, 2016
-
in src/wallet/rpcwallet.cpp:None in 99400a5927 outdated
1438 | @@ -1439,6 +1439,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) 1439 | " \"vout\": n, (numeric) the vout value\n" 1440 | " \"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the \n" 1441 | " 'send' category of transactions.\n" 1442 | + " \"abandoned\": xxx (bool) Wether the transaction has been abandoned (inputs are respenable).
paveljanik commented at 9:28 PM on March 24, 2016:whether (shouldn't it be "If" instead?), respendable.
laanwj commented at 10:24 AM on March 25, 2016: memberwallet/rpcwallet.cpp:1442:13: warning: missing terminating " character [enabled by default] wallet/rpcwallet.cpp:1442:13: error: missing terminating " characterjonasschnelli force-pushed on Mar 25, 2016jonasschnelli force-pushed on Mar 25, 2016jonasschnelli commented at 10:30 AM on March 25, 2016: contributorwallet/rpcwallet.cpp:1442:13: warning: missing terminating " character [enabled by default]wallet/rpcwallet.cpp:1442:13: error: missing terminating " characterFixed. This is what you get when you think you don't need to compile simple text changes!
in src/wallet/rpcwallet.cpp:None in ccbd5a14d5 outdated
1438 | @@ -1439,6 +1439,7 @@ UniValue listtransactions(const UniValue& params, bool fHelp) 1439 | " \"vout\": n, (numeric) the vout value\n" 1440 | " \"fee\": x.xxx, (numeric) The amount of the fee in " + CURRENCY_UNIT + ". This is negative and only available for the \n" 1441 | " 'send' category of transactions.\n" 1442 | + " \"abandoned\": xxx (bool) 'true' if the transaction has been abandoned (inputs are respenable).\n"
laanwj commented at 10:36 AM on March 25, 2016:s/respenable/respendable/
laanwj commented at 10:38 AM on March 25, 2016: memberThis is what you get when you think you don't need to compile simple text changes!
Hehe, yes, my experience too! Rushed changed usually take at least three times as long :)
[Wallet][RPC] add missing abandon status documentation cef8bdf5d7jonasschnelli force-pushed on Mar 29, 2016jonasschnelli commented at 6:43 AM on March 29, 2016: contributorFixed the typo.
paveljanik commented at 6:55 AM on March 29, 2016: contributorlaanwj merged this on Mar 29, 2016laanwj closed this on Mar 29, 2016laanwj referenced this in commit 2676e12016 on Mar 29, 2016codablock referenced this in commit 06b527d7a1 on Sep 16, 2017codablock referenced this in commit cfd9e6f85e on Sep 19, 2017codablock referenced this in commit 0c6d926f08 on Dec 9, 2017codablock referenced this in commit ca33635ef7 on Dec 19, 2017MarcoFalke locked this on Sep 8, 2021ContributorsLabels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me