Reply with nil result if wallet creation succeeded.

This commit is contained in:
Josh Rickmar 2013-09-03 12:16:02 -04:00
parent e3416add35
commit 28c679ee82

View file

@ -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