diff --git a/core/types/transaction_marshalling.go b/core/types/transaction_marshalling.go index c0e70de741..b800f524e9 100644 --- a/core/types/transaction_marshalling.go +++ b/core/types/transaction_marshalling.go @@ -65,7 +65,7 @@ type txJSON struct { Hash common.Hash `json:"hash"` // Celo specific fields - FeeCurrency *common.Address `json:"feeCurrency"` // nil means native currency + FeeCurrency *common.Address `json:"feeCurrency,omitempty"` // nil means native currency } // yParityValue returns the YParity value from JSON. For backwards-compatibility reasons,