From 1d95b5c78368575c8885a5bf659cdb4d6261f124 Mon Sep 17 00:00:00 2001 From: brunoerg Date: Mon, 18 Apr 2022 21:12:37 -0300 Subject: [PATCH] doc: cleanups to mempool rest endpoints --- doc/REST-interface.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/REST-interface.md b/doc/REST-interface.md index 2bab19bb077..aaef74080f8 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