show pubkey in getinfo, and enable set pubkey via RPC call.

This commit is contained in:
blackjok3r
2018-10-24 16:21:43 +08:00
parent 0af33a3f0d
commit 7e62f8f397
4 changed files with 82 additions and 14 deletions

View File

@@ -322,6 +322,7 @@ extern UniValue walletlock(const UniValue& params, bool fHelp);
extern UniValue encryptwallet(const UniValue& params, bool fHelp);
extern UniValue validateaddress(const UniValue& params, bool fHelp);
extern UniValue getinfo(const UniValue& params, bool fHelp);
extern UniValue setpubkey(const UniValue& params, bool fHelp);
extern UniValue getwalletinfo(const UniValue& params, bool fHelp);
extern UniValue getblockchaininfo(const UniValue& params, bool fHelp);
extern UniValue getnetworkinfo(const UniValue& params, bool fHelp);