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