diff options
| author | Matt Corallo <[email protected]> | 2015-07-09 22:47:36 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2015-07-20 16:01:37 -0700 |
| commit | a1d7df32360605724d8f0ea4b7aebfa7aea24c97 (patch) | |
| tree | e14b0b053ea51dc07324671cc5c1d20b5abb9866 /src/rpcclient.cpp | |
| parent | Add p2sh option to importaddress to import redeemScripts (diff) | |
| download | discoin-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.cpp | 1 |
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 }, |