mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-08 02:31:19 +00:00
466546bb40
* Add aggregation_bits tags for minimal and mainnet * Update go-bitfield * Go mod tidy
12 lines
179 B
Go
12 lines
179 B
Go
// +build minimal
|
|
|
|
package v2
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/go-bitfield"
|
|
)
|
|
|
|
func NewSyncCommitteeAggregationBits() bitfield.Bitvector8 {
|
|
return bitfield.NewBitvector8()
|
|
}
|