This is a backport of core#19765
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCdaa90b8b1b47: doc: Fix getmempoolancestor RPC result doc
Run this command before and after the change:
src/bitcoin-cli help getmempoolancestors > before.txt
Compare:
$ git diff --ignore-all-space ~/before.txt ~/after.txt diff --git a/home/pierre/before.txt b/home/pierre/after.txt index b241d3c9e9..343a383459 100644 --- a/home/pierre/before.txt +++ b/home/pierre/after.txt @@ -14,6 +14,7 @@ Result (for verbose = false): Result (for verbose = true): { (json object) + "transactionid" : { (json object) "size" : n, (numeric) transaction size. "fee" : n, (numeric) transaction fee in XEC (DEPRECATED) "modifiedfee" : n, (numeric) transaction fee with fee deltas used for mining priority (DEPRECATED) @@ -40,6 +41,8 @@ Result (for verbose = true): ... ], "unbroadcast" : true|false (boolean) Whether this transaction is currently unbroadcast (initial broadcast not yet acknowledged by any peers) + }, + ... } Examples:
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- pr19765
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 16646 Build 33147: Build Diff lint-circular-dependencies · build-without-wallet · build-diff · build-debug · build-clang · build-clang-tidy Build 33146: arc lint + arc unit