This commit is contained in:
Josh Rickmar 2013-12-02 17:32:36 -05:00
parent 50c0dd1582
commit b29f112f05

View file

@ -267,7 +267,7 @@ func (n *TxMinedNtfn) UnmarshalJSON(b []byte) error {
// TxNtfn is a type handling custom marshaling and // TxNtfn is a type handling custom marshaling and
// unmarshaling of newtx JSON websocket notifications. // unmarshaling of newtx JSON websocket notifications.
type TxNtfn struct { type TxNtfn struct {
Account string `json:"account"` Account string `json:"account"`
Details map[string]interface{} `json:"details"` Details map[string]interface{} `json:"details"`
} }