diff options
author | brunoerg <brunoely.gc@gmail.com> | 2022-04-20 18:12:39 -0300 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2022-04-20 18:12:39 -0300 |
commit | 5bc5cbaf310f60e89c72e8ecf3f6187c85499027 (patch) | |
tree | def64515aa7cebc7847d3a39204a313e23ca6f7f /doc/REST-interface.md | |
parent | f8b2e9bcfc76fede05f5e12f7b15f0d9c9d0add5 (diff) |
doc: add reference to `getrawmempool` RPC in `/mempool/contents` REST doc
Diffstat (limited to 'doc/REST-interface.md')
-rw-r--r-- | doc/REST-interface.md | 1 |
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 ------------- |