Skip to content

Commit 31978e2

Browse files
committed
Fix typo src/rpc/blockchain.cpp
Signed-off-by: chloefeal <[email protected]>
1 parent 5f4b86f commit 31978e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ static UniValue getblockstats(const JSONRPCRequest& request)
16271627
" \"mediantxsize\": xxxxx, (numeric) Truncated median transaction size\n"
16281628
" \"minfee\": xxxxx, (numeric) Minimum fee in the block\n"
16291629
" \"minfeerate\": xxxxx, (numeric) Minimum feerate (in koinu per byte)\n"
1630-
" \"minoutamount\": xxxxx, (numeric) Minumum output value (excluding coinbase and OP_RETURN)\n"
1630+
" \"minoutamount\": xxxxx, (numeric) Minimum output value (excluding coinbase and OP_RETURN)\n"
16311631
" \"mintxsize\": xxxxx, (numeric) Minimum transaction size\n"
16321632
" \"outs\": xxxxx, (numeric) The number of outputs\n"
16331633
" \"subsidy\": xxxxx, (numeric) The block subsidy\n"

0 commit comments

Comments
 (0)