core/types: remove redundant ')' (#34719)
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Keeper Build (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run

This commit is contained in:
cui 2026-04-14 22:09:17 +08:00 committed by GitHub
parent eb67d61933
commit 2253fce48d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -121,7 +121,7 @@ func (tx *LegacyTx) encode(*bytes.Buffer) 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.