mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 04:56:36 +00:00
core/types: remove redundant ')' (#34719)
This commit is contained in:
parent
eb67d61933
commit
2253fce48d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue