aboutsummaryrefslogtreecommitdiff
path: root/doc/REST-interface.md
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-04-20 18:12:39 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-04-20 18:12:39 -0300
commit5bc5cbaf310f60e89c72e8ecf3f6187c85499027 (patch)
treedef64515aa7cebc7847d3a39204a313e23ca6f7f /doc/REST-interface.md
parentf8b2e9bcfc76fede05f5e12f7b15f0d9c9d0add5 (diff)
downloadbitcoin-5bc5cbaf310f60e89c72e8ecf3f6187c85499027.tar.xz
doc: add reference to `getrawmempool` RPC in `/mempool/contents` REST doc
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r--doc/REST-interface.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/REST-interface.md b/doc/REST-interface.md
index f11624fd28..4b46f29153 100644
--- a/doc/REST-interface.md
+++ b/doc/REST-interface.md
@@ -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
-------------