No description provided.
doc: Fix getmempoolancestors RPC result doc #19765
pull MarcoFalke wants to merge 1 commits into bitcoin:master from MarcoFalke:2008-rpcDoc changing 1 files +4 −2-
MarcoFalke commented at 8:44 AM on August 19, 2020: member
-
doc: Fix getmempoolancestor RPC result doc 333329dbda
-
MarcoFalke commented at 8:47 AM on August 19, 2020: member
Rendered diff:
$ git diff --ignore-all-space diff --git a/getmempoolancestors b/getmempoolancestors index 1d4e56c..64e6aa1 100644 --- a/getmempoolancestors +++ b/getmempoolancestors @@ -14,6 +14,7 @@ Result (for verbose = false): Result (for verbose = true): { (json object) + "transactionid" : { (json object) "vsize" : n, (numeric) virtual transaction size as defined in BIP 141. This is different from actual serialized size for witness transactions as witness data is discounted. "weight" : n, (numeric) transaction weight as defined in BIP 141. "fee" : n, (numeric) transaction fee in BTC (DEPRECATED) @@ -43,6 +44,8 @@ Result (for verbose = true): ], "bip125-replaceable" : true|false, (boolean) Whether this transaction could be replaced due to BIP125 (replace-by-fee) "unbroadcast" : true|false (boolean) Whether this transaction is currently unbroadcast (initial broadcast not yet acknowledged by any peers) + }, + ... } Examples: - fanquake added the label Docs on Aug 19, 2020
- laanwj renamed this:
doc: Fix getmempoolancestor RPC result doc
doc: Fix getmempoolancestors RPC result doc
on Aug 19, 2020 -
laanwj commented at 2:34 PM on August 19, 2020: member
This matches the actual output of the command better. ACK 333329dbda423b00098ec9f8702d75d24468c56e
- luke-jr approved
-
luke-jr commented at 10:15 PM on August 19, 2020: member
utACK
- fanquake merged this on Aug 20, 2020
- fanquake closed this on Aug 20, 2020
- MarcoFalke deleted the branch on Aug 20, 2020
- sidhujag referenced this in commit b1d50a28d5 on Aug 20, 2020
- Fabcien referenced this in commit daa90b8b1b on Sep 15, 2021
- DrahtBot locked this on Feb 15, 2022
Contributors
Labels