Skip to content

Commit

Permalink
fixup! rpc: use cachedEstimates in estimatefeewithmempool
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Feb 20, 2024
1 parent 72981d8 commit de87227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rpc/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "getrawmempool", 1, "mempool_sequence" },
{ "estimatesmartfee", 0, "conf_target" },
{ "estimaterawfee", 0, "conf_target" },
{ "estimatesfeewithmempool", 0, "conf_target" },
{ "estimaterawfee", 1, "threshold" },
{ "estimatefeewithmempool", 0, "conf_target" },
{ "estimatefeewithmempool", 1, "force" },
{ "prioritisetransaction", 1, "dummy" },
{ "prioritisetransaction", 2, "fee_delta" },
{ "setban", 2, "bantime" },
Expand Down

0 comments on commit de87227

Please sign in to comment.