1709 | @@ -1679,7 +1710,13 @@ static UniValue getblockstats(const JSONRPCRequest& request)
1710 | " \"maxfeerate\": xxxxx, (numeric) Maximum feerate (in satoshis per virtual byte)\n"
1711 | " \"maxtxsize\": xxxxx, (numeric) Maximum transaction size\n"
1712 | " \"medianfee\": xxxxx, (numeric) Truncated median fee in the block\n"
1713 | - " \"medianfeerate\": xxxxx, (numeric) Truncated median feerate (in satoshis per virtual byte)\n"
1714 | + " \"feerate_percentiles\": [ (array of numeric) Feerates at the 10th, 25th, 50th, 75th, and 90th percentile weight unit (in satoshis per virtual byte)\n"
Nit: indentation is off for (array of numeric) [...] -- see above line.
nit: the other result keys are dictionary sorted in the help text. I suggest you follow the same convention here.