We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04658e1 commit 5d23cfbCopy full SHA for 5d23cfb
1 file changed
mock/beaconblockattestations.go
@@ -16,11 +16,11 @@ package mock
16
import (
17
"context"
18
19
+ "github.com/OffchainLabs/go-bitfield"
20
"github.com/attestantio/go-eth2-client/api"
21
"github.com/attestantio/go-eth2-client/spec"
22
"github.com/attestantio/go-eth2-client/spec/electra"
23
"github.com/attestantio/go-eth2-client/spec/phase0"
- "github.com/prysmaticlabs/go-bitfield"
24
)
25
26
// BeaconBlockAttestations fetches a block's attestations given a block ID.
0 commit comments