mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 20:07:17 +00:00
98f7f82b2f
* move the v2 changes into v1alpha1 * v1alpha1 builds * regenerate pbs * regenerate ssz * top level builds
12 lines
185 B
Go
12 lines
185 B
Go
// +build !minimal
|
|
|
|
package eth
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/go-bitfield"
|
|
)
|
|
|
|
func NewSyncCommitteeAggregationBits() bitfield.Bitvector128 {
|
|
return bitfield.NewBitvector128()
|
|
}
|