mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
12 lines
184 B
Go
12 lines
184 B
Go
|
// +build !minimal
|
||
|
|
||
|
package v2
|
||
|
|
||
|
import (
|
||
|
"github.com/prysmaticlabs/go-bitfield"
|
||
|
)
|
||
|
|
||
|
func NewSyncCommitteeAggregationBits() bitfield.Bitvector128 {
|
||
|
return bitfield.NewBitvector128()
|
||
|
}
|