mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-24 12:27:18 +00:00
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()
|
||
|
}
|