diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 19107ecf803e10..688f58377e69a7 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -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" },