I even did the go fmt this time but forgot to stage it.
This commit is contained in:
parent
f5a151571d
commit
c86571be0c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue