We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb4383 commit 24697c4Copy full SHA for 24697c4
src/rpc/client.cpp
@@ -116,7 +116,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
116
{ "getrawmempool", 0, "verbose" },
117
{ "estimatefee", 0, "nblocks" },
118
{ "estimatesmartfee", 0, "nblocks" },
119
- { "estimaterawfee", 0, "nblocks" },
+ { "estimaterawfee", 0, "conf_target" },
120
{ "estimaterawfee", 1, "threshold" },
121
{ "prioritisetransaction", 1, "dummy" },
122
{ "prioritisetransaction", 2, "fee_delta" },
0 commit comments