diff --git a/types/transaction.go b/types/transaction.go index 79b7074c..598ef263 100644 --- a/types/transaction.go +++ b/types/transaction.go @@ -40,7 +40,7 @@ type Transaction struct { // ParserVersion is the parser version used to parse this tx ParserVersion string `json:"parser_version"` // FeeData is the fee data - FeeData string `json:"fee_data"` + FeeData string `json:"fee_data,omitempty"` NodeInfo }