Reply with nil result if wallet creation succeeded.
This commit is contained in:
parent
e3416add35
commit
28c679ee82
1 changed files with 1 additions and 0 deletions
|
@ -341,6 +341,7 @@ func CreateEncryptedWallet(reply chan []byte, msg []byte) {
|
||||||
Wallet: w,
|
Wallet: w,
|
||||||
}
|
}
|
||||||
wallets.Unlock()
|
wallets.Unlock()
|
||||||
|
ReplySuccess(reply, v["id"], nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
// WalletIsLocked returns whether the wallet used by the specified
|
// WalletIsLocked returns whether the wallet used by the specified
|
||||||
|
|
Loading…
Reference in a new issue