Skip to content

Commit 24697c4

Browse files
committed
rpc: update cli for estimatefee argument rename
The first argument of estimatesmartfee was renamed from nblocks to conf_target in 06bcdb8. Update the client-side table as well.
1 parent efb4383 commit 24697c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
116116
{ "getrawmempool", 0, "verbose" },
117117
{ "estimatefee", 0, "nblocks" },
118118
{ "estimatesmartfee", 0, "nblocks" },
119-
{ "estimaterawfee", 0, "nblocks" },
119+
{ "estimaterawfee", 0, "conf_target" },
120120
{ "estimaterawfee", 1, "threshold" },
121121
{ "prioritisetransaction", 1, "dummy" },
122122
{ "prioritisetransaction", 2, "fee_delta" },

0 commit comments

Comments
 (0)