aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-04-18 21:12:37 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-04-18 21:17:11 -0300
commit1d95b5c78368575c8885a5bf659cdb4d6261f124 (patch)
treea678ea48c1188493364d2218286953ba275e628b /doc
parentb941dec0a975d441fe08117e84d72aca4c5731bc (diff)
downloadbitcoin-1d95b5c78368575c8885a5bf659cdb4d6261f124.tar.xz
doc: cleanups to mempool rest endpoints
Diffstat (limited to 'doc')
-rw-r--r--doc/REST-interface.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index 2bab19bb07..aaef74080f 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -111,13 +111,13 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
#### Memory pool
`GET /rest/mempool/info.json`
-Returns various information about the TX mempool.
+Returns various information about the transaction mempool.
Only supports JSON as output format.
-Refer to the `getmempoolinfo` RPC for documentation of the fields.
+Refer to the `getmempoolinfo` RPC help for details.
`GET /rest/mempool/contents.json`
-Returns transactions in the TX mempool.
+Returns the transactions in the mempool.
Only supports JSON as output format.
Risks