diff --git a/notifications.go b/notifications.go index c7df61c7..609d28b0 100644 --- a/notifications.go +++ b/notifications.go @@ -217,7 +217,7 @@ func (n *TxMinedNtfn) Id() interface{} { func (n *TxMinedNtfn) MarshalJSON() ([]byte, error) { id := n.Id() reply := btcjson.Reply{ - Result: n.Hash, + Result: *n, Id: &id, } return json.Marshal(reply)