mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-11 15:19:19 +02:00
Merge bitcoin/bitcoin#24936: test: compare /mempool/contents response with getrawmempool RPC
bef61496abtest: compare `/mempool/contents` response with `getrawmempool` RPC (brunoerg)5bc5cbaf31doc: add reference to `getrawmempool` RPC in `/mempool/contents` REST doc (brunoerg) Pull request description: This PR is similar to #24797, it compares `/mempool/contents` REST response with `getrawmempool` RPC (verbose=True) since they use the same `MempoolToJSON` function. Also, adds a reference to `getrawmempool` RPC help to get details about the fields from `/mempool/contents`. ACKs for top commit: 0xB10C: ACKbef6149Tree-SHA512: b7e9e9c765ee837986ba167b9234a9b95c9ef0a9ebcc2a03d50f6be6d3aba1480bd77c78111d95df1e4023cde6dfc64bf1e7908d9e5b6f96ca46b76611a4a9b4
This commit is contained in:
@@ -125,6 +125,7 @@ Refer to the `getmempoolinfo` RPC help for details.
|
||||
|
||||
Returns the transactions in the mempool.
|
||||
Only supports JSON as output format.
|
||||
Refer to the `getrawmempool` RPC help for details.
|
||||
|
||||
Risks
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user