Skip to content

Commit

Permalink
Add "instantsendlocks" to getmempoolinfo RPC (dashpay#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock authored and barrystyle committed Jan 22, 2020
1 parent 2576f44 commit 1ff7636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpc/blockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1613,6 +1613,7 @@ UniValue getmempoolinfo(const JSONRPCRequest& request)
" \"usage\": xxxxx, (numeric) Total memory usage for the mempool\n"
" \"maxmempool\": xxxxx, (numeric) Maximum memory usage for the mempool\n"
" \"mempoolminfee\": xxxxx (numeric) Minimum feerate (" + CURRENCY_UNIT + " per KB) for tx to be accepted\n"
" \"instantsendlocks\": xxxxx, (numeric) Number of unconfirmed instant send locks\n"
"}\n"
"\nExamples:\n"
+ HelpExampleCli("getmempoolinfo", "")
Expand Down

0 comments on commit 1ff7636

Please sign in to comment.