From 28c679ee82973fc5c69c85595cc15a6c2ef7571b Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 3 Sep 2013 12:16:02 -0400 Subject: [PATCH] Reply with nil result if wallet creation succeeded. --- cmdmgr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmdmgr.go b/cmdmgr.go index d3c56ef..cbdf067 100644 --- a/cmdmgr.go +++ b/cmdmgr.go @@ -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