add rpc to return pubkey
This commit is contained in:
@@ -264,6 +264,7 @@ static const CRPCCommand vRPCCommands[] =
|
||||
{ "control", "getinfo", &getinfo, true }, /* uses wallet if enabled */
|
||||
{ "control", "help", &help, true },
|
||||
{ "control", "stop", &stop, true },
|
||||
{ "control", "getpubkey", &getpubkey, true },
|
||||
|
||||
/* P2P networking */
|
||||
{ "network", "getnetworkinfo", &getnetworkinfo, true },
|
||||
|
||||
Reference in New Issue
Block a user