From bbdbe805a25ae7c63e6237b3f30b8379ea29ac22 Mon Sep 17 00:00:00 2001 From: MeshCollider Date: Mon, 28 Aug 2017 18:00:21 +1200 Subject: Add iswitness parameter to decode- and fundrawtransaction RPCs --- src/rpc/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rpc/client.cpp') diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp index 4179453782..e73319d146 100644 --- a/src/rpc/client.cpp +++ b/src/rpc/client.cpp @@ -93,11 +93,13 @@ static const CRPCConvertParam vRPCConvertParams[] = { "createrawtransaction", 1, "outputs" }, { "createrawtransaction", 2, "locktime" }, { "createrawtransaction", 3, "replaceable" }, + { "decoderawtransaction", 1, "iswitness" }, { "signrawtransaction", 1, "prevtxs" }, { "signrawtransaction", 2, "privkeys" }, { "sendrawtransaction", 1, "allowhighfees" }, { "combinerawtransaction", 0, "txs" }, { "fundrawtransaction", 1, "options" }, + { "fundrawtransaction", 2, "iswitness" }, { "gettxout", 1, "n" }, { "gettxout", 2, "include_mempool" }, { "gettxoutproof", 0, "txids" }, -- cgit v1.2.3