We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b941dec commit 1d95b5cCopy full SHA for 1d95b5c
doc/REST-interface.md
@@ -111,13 +111,13 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
111
#### Memory pool
112
`GET /rest/mempool/info.json`
113
114
-Returns various information about the TX mempool.
+Returns various information about the transaction mempool.
115
Only supports JSON as output format.
116
-Refer to the `getmempoolinfo` RPC for documentation of the fields.
+Refer to the `getmempoolinfo` RPC help for details.
117
118
`GET /rest/mempool/contents.json`
119
120
-Returns transactions in the TX mempool.
+Returns the transactions in the mempool.
121
122
123
Risks
0 commit comments