Skip to content

Commit be4d954

Browse files
committed
Fix typo
1 parent a51d080 commit be4d954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rpc/blockchain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ static RPCHelpMan getblockstats()
23262326
{RPCResult::Type::NUM, "avgfeerate", /*optional=*/true, "Average feerate (in " + CURRENCY_ATOM_FULL + "s per virtual byte)"},
23272327
{RPCResult::Type::NUM, "avgtxsize", /*optional=*/true, "Average transaction size"},
23282328
{RPCResult::Type::STR_HEX, "blockhash", /*optional=*/true, "The block hash (to check for potential reorgs)"},
2329-
{RPCResult::Type::ARR_FIXED, "feerate_percentiles", /*optional=*/true, "Feerates at the 10th, 25th, 50th, 75th, and 90th percentile weight unit (in " + CURRENTY_ATOM_FULL + " per virtual byte)",
2329+
{RPCResult::Type::ARR_FIXED, "feerate_percentiles", /*optional=*/true, "Feerates at the 10th, 25th, 50th, 75th, and 90th percentile weight unit (in " + CURRENCY_ATOM_FULL + " per virtual byte)",
23302330
{
23312331
{RPCResult::Type::NUM, "10th_percentile_feerate", "The 10th percentile feerate"},
23322332
{RPCResult::Type::NUM, "25th_percentile_feerate", "The 25th percentile feerate"},

0 commit comments

Comments
 (0)