From c7bf784118c3f7bc7e519ccd811e1c067f3db2e5 Mon Sep 17 00:00:00 2001 From: wadealexc Date: Wed, 18 Oct 2023 20:04:08 +0000 Subject: [PATCH] fix borked index from refactor --- src/BLSRegistryCoordinatorWithIndices.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSRegistryCoordinatorWithIndices.sol b/src/BLSRegistryCoordinatorWithIndices.sol index 0404891b..b46a4edd 100644 --- a/src/BLSRegistryCoordinatorWithIndices.sol +++ b/src/BLSRegistryCoordinatorWithIndices.sol @@ -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