mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core/types: fix comment
This commit is contained in:
parent
d3f230f8ed
commit
16188c703e
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ func (tx *LegacyTx) decode([]byte) error {
|
|||
panic("decode called on LegacyTx)")
|
||||
}
|
||||
|
||||
// OBS: This is the post-frontier hash, the pre-frontier does not contain a chainID
|
||||
// OBS: This is the post-EIP155 hash, the pre-EIP155 does not contain a chainID.
|
||||
func (tx *LegacyTx) sigHash(chainID *big.Int) common.Hash {
|
||||
return rlpHash([]any{
|
||||
tx.Nonce,
|
||||
|
|
|
|||
Loading…
Reference in a new issue