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
  1. MarcoFalke commented at 8:44 am on August 19, 2020: member
  2. doc: Fix getmempoolancestor RPC result doc 333329dbda
  3. MarcoFalke commented at 8:47 am on August 19, 2020: member

    Rendered diff:

     0$ git diff --ignore-all-space 
     1diff --git a/getmempoolancestors b/getmempoolancestors
     2index 1d4e56c..64e6aa1 100644
     3--- a/getmempoolancestors
     4+++ b/getmempoolancestors
     5@@ -14,6 +14,7 @@ Result (for verbose = false):
     6 
     7 Result (for verbose = true):
     8 {                                         (json object)
     9+  "transactionid" : {                     (json object)
    10     "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.
    11     "weight" : n,                         (numeric) transaction weight as defined in BIP 141.
    12     "fee" : n,                            (numeric) transaction fee in BTC (DEPRECATED)
    13@@ -43,6 +44,8 @@ Result (for verbose = true):
    14     ],
    15     "bip125-replaceable" : true|false,    (boolean) Whether this transaction could be replaced due to BIP125 (replace-by-fee)
    16     "unbroadcast" : true|false            (boolean) Whether this transaction is currently unbroadcast (initial broadcast not yet acknowledged by any peers)
    17+  },
    18+  ...
    19 }
    20 
    21 Examples:
    
  4. fanquake added the label Docs on Aug 19, 2020
  5. laanwj renamed this:
    doc: Fix getmempoolancestor RPC result doc
    doc: Fix getmempoolancestors RPC result doc
    on Aug 19, 2020
  6. laanwj commented at 2:34 pm on August 19, 2020: member
    This matches the actual output of the command better. ACK 333329dbda423b00098ec9f8702d75d24468c56e
  7. luke-jr approved
  8. luke-jr commented at 10:15 pm on August 19, 2020: member
    utACK
  9. fanquake merged this on Aug 20, 2020
  10. fanquake closed this on Aug 20, 2020

  11. MarcoFalke deleted the branch on Aug 20, 2020
  12. sidhujag referenced this in commit b1d50a28d5 on Aug 20, 2020
  13. Fabcien referenced this in commit daa90b8b1b on Sep 15, 2021
  14. DrahtBot locked this on Feb 15, 2022

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: 2024-06-17 19:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me