From c86571be0cc5935ed0b66f62a088ef8a8c65699e Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Tue, 27 Aug 2013 17:19:35 -0400 Subject: [PATCH] I even did the go fmt this time but forgot to stage it. --- sockets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sockets.go b/sockets.go index 2b29018..e2e0028 100644 --- a/sockets.go +++ b/sockets.go @@ -282,7 +282,7 @@ func ProcessBtcdNotificationReply(b []byte) { var id interface{} = "btcwallet:newblockchainheight" m := &btcjson.Reply{ Result: height, - Id: &id, + Id: &id, } msg, _ := json.Marshal(m) frontendNotificationMaster <- msg