mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
core/types: remove redundant ')'
This commit is contained in:
parent
eb67d61933
commit
29eeca9047
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