mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 12:57:18 +00:00
98f7f82b2f
* move the v2 changes into v1alpha1 * v1alpha1 builds * regenerate pbs * regenerate ssz * top level builds
12 lines
180 B
Go
12 lines
180 B
Go
// +build minimal
|
|
|
|
package eth
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/go-bitfield"
|
|
)
|
|
|
|
func NewSyncCommitteeAggregationBits() bitfield.Bitvector8 {
|
|
return bitfield.NewBitvector8()
|
|
}
|