Skip to content

Commit

Permalink
Merge pull request #7 from Layr-Labs/fix/deregister-operator
Browse files Browse the repository at this point in the history
fix borked index from refactor
  • Loading branch information
ChaoticWalrus authored Oct 19, 2023
2 parents a226a89 + 554f200 commit 7726551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BLSRegistryCoordinatorWithIndices.sol
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ contract BLSRegistryCoordinatorWithIndices is EIP712, Initializable, IBLSRegistr

// kick the operator
_deregisterOperatorWithCoordinator({
operator: operatorKickParams[0].operator,
operator: operatorKickParams[i].operator,
quorumNumbers: quorumNumbers[i:i+1],
pubkey: operatorKickParams[i].pubkey,
operatorIdsToSwap: operatorIdsToSwap
Expand Down

0 comments on commit 7726551

Please sign in to comment.