diff --git a/core/types/transaction_signing.go b/core/types/transaction_signing.go index bcd168cae3..ef8fb194d5 100644 --- a/core/types/transaction_signing.go +++ b/core/types/transaction_signing.go @@ -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) {