core/types: add comment

This commit is contained in:
Felix Lange 2025-10-27 10:14:44 +01:00
parent 8ef378f6c4
commit 40d23b0fb3

View file

@ -187,6 +187,7 @@ type modernSigner struct {
legacy Signer
}
// txtypeSet is a bitmap for transaction types.
type txtypeSet [2]uint64
func (v *txtypeSet) set(txType byte) {