Skip to content

Commit

Permalink
[TX] change tx_fee to fee
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Bozhytskyi committed May 13, 2021
1 parent 0e04837 commit ebef664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/v1/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ type (
// Transaction Direction
Direction Direction `json:"direction,omitempty"`

Fee Fee `json:"tx_fee"`
Fee Fee `json:"fee"`

// Metadata data object
Metadata interface{} `json:"metadata"`
Expand Down

0 comments on commit ebef664

Please sign in to comment.