This commit is contained in:
blackjok3r
2018-11-22 16:51:34 +08:00
parent 02c49755a5
commit f72c3ba1d2
5 changed files with 23 additions and 2 deletions

View File

@@ -263,6 +263,7 @@ static const CRPCCommand vRPCCommands[] =
/* Overall control/query calls */
{ "control", "getinfo", &getinfo, true }, /* uses wallet if enabled */
{ "control", "help", &help, true },
{ "control", "getiguanajson", &getiguanajson, true },
{ "control", "stop", &stop, true },
/* P2P networking */