mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/types: add comment
This commit is contained in:
parent
8ef378f6c4
commit
40d23b0fb3
1 changed files with 1 additions and 0 deletions
|
|
@ -187,6 +187,7 @@ type modernSigner struct {
|
||||||
legacy Signer
|
legacy Signer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// txtypeSet is a bitmap for transaction types.
|
||||||
type txtypeSet [2]uint64
|
type txtypeSet [2]uint64
|
||||||
|
|
||||||
func (v *txtypeSet) set(txType byte) {
|
func (v *txtypeSet) set(txType byte) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue