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 5f4b86f commit 31978e2Copy full SHA for 31978e2
src/rpc/blockchain.cpp
@@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
1627
" \"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n"
1628
" \"minfee\": xxxxx, (numeric) Minimum fee in the block\n"
1629
" \"minfeerate\": xxxxx, (numeric) Minimum feerate (in koinu per byte)\n"
1630
- " \"minoutamount\": xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n"
+ " \"minoutamount\": xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n"
1631
" \"mintxsize\": xxxxx, (numeric) Minimum transaction size\n"
1632
" \"outs\": xxxxx, (numeric) The number of outputs\n"
1633
" \"subsidy\": xxxxx, (numeric) The block subsidy\n"
0 commit comments