Skip to content

Commit 9d9d0e3

Browse files
committed
fix conflict
1 parent 859cb4f commit 9d9d0e3

File tree

1 file changed

+1
-1
lines changed
  • beacon-chain/operations/blstoexec

1 file changed

+1
-1
lines changed

beacon-chain/operations/blstoexec/pool.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func NewPool() *Pool {
4646

4747
// Copies the internal map and returns a new one.
4848
func (p *Pool) cycleMap() {
49-
newMap := make(map[types.ValidatorIndex]*doublylinkedlist.Node[*ethpb.SignedBLSToExecutionChange])
49+
newMap := make(map[primitives.ValidatorIndex]*doublylinkedlist.Node[*ethpb.SignedBLSToExecutionChange])
5050
for k, v := range p.m {
5151
newMap[k] = v
5252
}

0 commit comments

Comments
 (0)