mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-30 08:51:29 +00:00
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,
|
||||
}
|
||||
wallets.Unlock()
|
||||
ReplySuccess(reply, v["id"], nil)
|
||||
}
|
||||
|
||||
// WalletIsLocked returns whether the wallet used by the specified
|
||||
|
|
Loading…
Add table
Reference in a new issue