core/types: remove redundant ')'

This commit is contained in:
Weixie Cui 2026-04-14 22:07:42 +08:00
parent eb67d61933
commit 29eeca9047

View file

@ -121,7 +121,7 @@ func (tx *LegacyTx) encode(*bytes.Buffer) error {
} }
func (tx *LegacyTx) decode([]byte) error { func (tx *LegacyTx) decode([]byte) error {
panic("decode called on LegacyTx)") panic("decode called on LegacyTx")
} }
// OBS: This is the post-EIP155 hash, the pre-EIP155 does not contain a chainID. // OBS: This is the post-EIP155 hash, the pre-EIP155 does not contain a chainID.