diff --git a/core/types/transaction_marshalling.go b/core/types/transaction_marshalling.go index 631348ae5c6d8..effdbd9eeebbf 100644 --- a/core/types/transaction_marshalling.go +++ b/core/types/transaction_marshalling.go @@ -142,7 +142,6 @@ func (tx *Transaction) MarshalJSON() ([]byte, error) { enc.S = (*hexutil.Big)(itx.S.ToBig()) yparity := itx.V.Uint64() enc.YParity = (*hexutil.Uint64)(&yparity) - } return json.Marshal(&enc) }