Add createencryptedwallet to wallet request set.

This commit is contained in:
Josh Rickmar 2014-03-18 10:52:43 -05:00
parent 675f967d4a
commit 239e13c0a5

View File

@ -88,6 +88,7 @@ func init() {
var rpcAskWallet = map[string]bool{
"addmultisigaddress": true,
"backupwallet": true,
"createencryptedwallet": true,
"createmultisig": true,
"dumpprivkey": true,
"dumpwallet": true,