core/types: add comment

This commit is contained in:
Felix Lange 2025-03-19 11:26:44 +01:00
parent e13c68067a
commit c3f5dde938

View file

@ -181,6 +181,7 @@ type Signer interface {
}
// 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 {
txtypes map[byte]struct{}
chainID *big.Int