Add createencryptedwallet to wallet request set.
This commit is contained in:
parent
675f967d4a
commit
239e13c0a5
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ func init() {
|
|||
var rpcAskWallet = map[string]bool{
|
||||
"addmultisigaddress": true,
|
||||
"backupwallet": true,
|
||||
"createencryptedwallet": true,
|
||||
"createmultisig": true,
|
||||
"dumpprivkey": true,
|
||||
"dumpwallet": true,
|
||||
|
|
Loading…
Reference in a new issue