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/rpcserver.h | |
| 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/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 89d398022..3a71fd510 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -161,6 +161,7 @@ extern UniValue clearbanned(const UniValue& params, bool fHelp); extern UniValue dumpprivkey(const UniValue& params, bool fHelp); // in rpcdump.cpp extern UniValue importprivkey(const UniValue& params, bool fHelp); extern UniValue importaddress(const UniValue& params, bool fHelp); +extern UniValue importpubkey(const UniValue& params, bool fHelp); extern UniValue dumpwallet(const UniValue& params, bool fHelp); extern UniValue importwallet(const UniValue& params, bool fHelp); |