go fmt
This commit is contained in:
parent
50c0dd1582
commit
b29f112f05
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue