I even did the go fmt this time but forgot to stage it.

This commit is contained in:
Josh Rickmar 2013-08-27 17:19:35 -04:00
parent f5a151571d
commit c86571be0c

View file

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