We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859cb4f commit 9d9d0e3Copy full SHA for 9d9d0e3
beacon-chain/operations/blstoexec/pool.go
@@ -46,7 +46,7 @@ func NewPool() *Pool {
46
47
// Copies the internal map and returns a new one.
48
func (p *Pool) cycleMap() {
49
- newMap := make(map[types.ValidatorIndex]*doublylinkedlist.Node[*ethpb.SignedBLSToExecutionChange])
+ newMap := make(map[primitives.ValidatorIndex]*doublylinkedlist.Node[*ethpb.SignedBLSToExecutionChange])
50
for k, v := range p.m {
51
newMap[k] = v
52
}
0 commit comments