Skip to content

Commit 1d95b5c

Browse files
committed
doc: cleanups to mempool rest endpoints
1 parent b941dec commit 1d95b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/REST-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ $ curl localhost:18332/rest/getutxos/checkmempool/b2cdfd7b89def827ff8af7cd9bff76
111111
#### Memory pool
112112
`GET /rest/mempool/info.json`
113113

114-
Returns various information about the TX mempool.
114+
Returns various information about the transaction mempool.
115115
Only supports JSON as output format.
116-
Refer to the `getmempoolinfo` RPC for documentation of the fields.
116+
Refer to the `getmempoolinfo` RPC help for details.
117117

118118
`GET /rest/mempool/contents.json`
119119

120-
Returns transactions in the TX mempool.
120+
Returns the transactions in the mempool.
121121
Only supports JSON as output format.
122122

123123
Risks

0 commit comments

Comments
 (0)