We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8411b3 commit 8bd2ab1Copy full SHA for 8bd2ab1
src/rpc/blockchain.cpp
@@ -1717,7 +1717,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
1717
" \"90th_percentile_feerate\", (numeric) The 90th percentile feerate\n"
1718
" ],\n"
1719
" \"height\": xxxxx, (numeric) The height of the block\n"
1720
- " \"ins\": xxxxx, (numeric) The number of inputs (excluding coinbase)\n"
+ " \"ins\": xxxxx, (numeric) The number of inputs (including coinbase)\n"
1721
" \"maxfee\": xxxxx, (numeric) Maximum fee in the block\n"
1722
" \"maxfeerate\": xxxxx, (numeric) Maximum feerate (in satoshis per virtual byte)\n"
1723
" \"maxtxsize\": xxxxx, (numeric) Maximum transaction size\n"
0 commit comments