adding staking info and checkkernel

This commit is contained in:
janko33bd
2017-07-03 22:24:04 +02:00
parent 3278c5c134
commit 092c9ae7e7
3 changed files with 41 additions and 0 deletions

View File

@@ -383,6 +383,8 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "walletlock", &walletlock, true },
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, true },
{ "wallet", "walletpassphrase", &walletpassphrase, true },
{ "wallet", "checkkernel", &checkkernel, true },
{ "wallet", "getstakinginfo", &getstakinginfo, true },
#endif // ENABLE_WALLET
};