mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core/types: add comment
This commit is contained in:
parent
e13c68067a
commit
c3f5dde938
1 changed files with 1 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ type Signer interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
// modernSigner is the signer implementation that handles non-legacy transaction types.
|
// modernSigner is the signer implementation that handles non-legacy transaction types.
|
||||||
|
// For legacy transactions, it defers to one of the legacy signers (frontier, homestead, eip155).
|
||||||
type modernSigner struct {
|
type modernSigner struct {
|
||||||
txtypes map[byte]struct{}
|
txtypes map[byte]struct{}
|
||||||
chainID *big.Int
|
chainID *big.Int
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue