@@ -908,7 +908,7 @@ static UniValue estimaterawfee(const JSONRPCRequest& request)
908
908
" lower buckets." },
909
909
},
910
910
RPCResult{
911
- " {\n "
911
+ " { (json object) Results are returned for any horizon which tracks blocks up to the confirmation target \n "
912
912
" \" short\" : { (json object, optional) estimate for short time horizon\n "
913
913
" \" feerate\" : x.x, (numeric, optional) estimate fee rate in " + CURRENCY_UNIT + " /kB\n "
914
914
" \" decay\" : x.x, (numeric) exponential decay (per block) for historical moving average of confirmation data\n "
@@ -921,14 +921,22 @@ static UniValue estimaterawfee(const JSONRPCRequest& request)
921
921
" \" inmempool\" : x.x, (numeric) current number of txs in mempool in the feerate range unconfirmed for at least target blocks\n "
922
922
" \" leftmempool\" : x.x, (numeric) number of txs over history horizon in the feerate range that left mempool unconfirmed after target\n "
923
923
" },\n "
924
- " \" fail\" : { ... }, (json object, optional) information about the highest range of feerates to fail to meet the threshold\n "
925
- " \" errors\" : [ str... ] (json array of strings, optional) Errors encountered during processing\n "
924
+ " \" fail\" : { (json object, optional) information about the highest range of feerates to fail to meet the threshold\n "
925
+ " ...\n "
926
+ " },\n "
927
+ " \" errors\" : [ (json array, optional) Errors encountered during processing\n "
928
+ " \" str\" , (string)\n "
929
+ " ...\n "
930
+ " ],\n "
931
+ " },\n "
932
+ " \" medium\" : { (json object, optional) estimate for medium time horizon\n "
933
+ " ...\n "
934
+ " },\n "
935
+ " \" long\" : { (json object, optional) estimate for long time horizon\n "
936
+ " ...\n "
926
937
" },\n "
927
- " \" medium\" : { ... }, (json object, optional) estimate for medium time horizon\n "
928
- " \" long\" : { ... } (json object) estimate for long time horizon\n "
929
938
" }\n "
930
939
" \n "
931
- " Results are returned for any horizon which tracks blocks up to the confirmation target.\n "
932
940
},
933
941
RPCExamples{
934
942
HelpExampleCli (" estimaterawfee" , " 6 0.9" )
0 commit comments