[Pkg-bitcoin-commits] [bitcoin] 30/126: rpc: update cli for estimatefee argument rename

Jonas Smedegaard dr at jones.dk
Mon Nov 13 20:01:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.15.1_dfsg-1
in repository bitcoin.

commit 921542e0bde120cc5e36e6c400b9fcd486c73cdf
Author: Wladimir J. van der Laan <laanwj at gmail.com>
Date:   Thu Sep 7 18:16:34 2017 +0200

    rpc: update cli for estimatefee argument rename
    
    The first argument of estimatesmartfee was renamed from nblocks to
    conf_target in 06bcdb8da64502a64df03f3c89fbc6ccb72cd349. Update the
    client-side table as well.
    
    Github-Pull: #11267
    Rebased-From: 24697c40ee6739b812259140042d426c81179977
---
 src/rpc/client.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 4179453..7c1c4c5 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -116,7 +116,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
     { "getrawmempool", 0, "verbose" },
     { "estimatefee", 0, "nblocks" },
     { "estimatesmartfee", 0, "nblocks" },
-    { "estimaterawfee", 0, "nblocks" },
+    { "estimaterawfee", 0, "conf_target" },
     { "estimaterawfee", 1, "threshold" },
     { "prioritisetransaction", 1, "dummy" },
     { "prioritisetransaction", 2, "fee_delta" },

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/bitcoin.git



More information about the Pkg-bitcoin-commits mailing list