Skip to content

Commit

Permalink
core/types: fix newline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Aug 1, 2023
1 parent 4217442 commit 90fe254
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/types/transaction_marshalling.go
Expand Up @@ -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)
}
Expand Down

0 comments on commit 90fe254

Please sign in to comment.