Added primitive zcrawkeygen/zcrawpour implementations

This commit is contained in:
Sean Bowe
2016-01-04 10:08:37 -07:00
parent 4f1c37980e
commit 730790f7a4
7 changed files with 200 additions and 1 deletions

View File

@@ -376,6 +376,8 @@ static const CRPCCommand vRPCCommands[] =
{ "wallet", "walletlock", &walletlock, true },
{ "wallet", "walletpassphrasechange", &walletpassphrasechange, true },
{ "wallet", "walletpassphrase", &walletpassphrase, true },
{ "wallet", "zcrawkeygen", &zc_raw_keygen, true },
{ "wallet", "zcrawpour", &zc_raw_pour, true },
#endif // ENABLE_WALLET
};