aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2015-07-09 22:47:36 -0700
committerMatt Corallo <[email protected]>2015-07-20 16:01:37 -0700
commita1d7df32360605724d8f0ea4b7aebfa7aea24c97 (patch)
treee14b0b053ea51dc07324671cc5c1d20b5abb9866 /src/rpcclient.cpp
parentAdd p2sh option to importaddress to import redeemScripts (diff)
downloaddiscoin-a1d7df32360605724d8f0ea4b7aebfa7aea24c97.tar.xz
discoin-a1d7df32360605724d8f0ea4b7aebfa7aea24c97.zip
Add importpubkey method to import a watch-only pubkey
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r--src/rpcclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
index 450f33b3e..0c8e6d6d6 100644
--- a/src/rpcclient.cpp
+++ b/src/rpcclient.cpp
@@ -88,6 +88,7 @@ static const CRPCConvertParam vRPCConvertParams[] =
{ "importprivkey", 2 },
{ "importaddress", 2 },
{ "importaddress", 3 },
+ { "importpubkey", 2 },
{ "verifychain", 0 },
{ "verifychain", 1 },
{ "keypoolrefill", 0 },