Skip to content

Commit

Permalink
Add omitempty to feedata (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslopezf authored and emmanuelm41 committed Apr 7, 2024
1 parent d9e21ce commit a277392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit a277392

Please sign in to comment.