aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.cpp
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-07-02 18:34:18 +0100
committerJohn Newbery <john@johnnewbery.com>2019-07-04 08:02:23 -0400
commit3b11420b3c91f731b03805a39e48ee32e54484a2 (patch)
treeb6c532466aab63ca13e437e87117825e349899db /src/rpc/client.cpp
parent2f717fb5cdfc312784f9c1539fc41cdfcfbde452 (diff)
downloadbitcoin-3b11420b3c91f731b03805a39e48ee32e54484a2.tar.xz
[RPC] add new utxoupdatepsbt arguments to the CRPCCommand and CPRCConvertParam tables
The new `descriptors` argument needs to be added to the Command and ConvertParams tables to by usable as a named argument and by bitcoin-cli. Also update the test to use named arguments to test this.
Diffstat (limited to 'src/rpc/client.cpp')
-rw-r--r--src/rpc/client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/client.cpp b/src/rpc/client.cpp
index 8f6bdc21aa..3cd661e067 100644
--- a/src/rpc/client.cpp
+++ b/src/rpc/client.cpp
@@ -28,6 +28,7 @@ public:
static const CRPCConvertParam vRPCConvertParams[] =
{
{ "setmocktime", 0, "timestamp" },
+ { "utxoupdatepsbt", 1, "descriptors" },
{ "generatetoaddress", 0, "nblocks" },
{ "generatetoaddress", 2, "maxtries" },
{ "getnetworkhashps", 0, "nblocks" },