From ebef664437370d78e67774a82d16112ef75c4f90 Mon Sep 17 00:00:00 2001 From: Ivan Bozhytskyi Date: Fri, 14 May 2021 00:03:27 +0300 Subject: [PATCH] [TX] change tx_fee to fee --- types/v1/tx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/v1/tx.go b/types/v1/tx.go index 5ae7d1e..8797648 100644 --- a/types/v1/tx.go +++ b/types/v1/tx.go @@ -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"`