From eb7aa3d8c2c3ee0301ec7e17ece2112e339b5343 Mon Sep 17 00:00:00 2001 From: gpsanant Date: Sat, 8 Feb 2025 14:54:50 -0800 Subject: [PATCH] fix: forcederegister --- src/SlashingRegistryCoordinator.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SlashingRegistryCoordinator.sol b/src/SlashingRegistryCoordinator.sol index 22fafcfe..8292d4ee 100644 --- a/src/SlashingRegistryCoordinator.sol +++ b/src/SlashingRegistryCoordinator.sol @@ -656,7 +656,7 @@ contract SlashingRegistryCoordinator is _deregisterOperator({ operator: operators[j], quorumNumbers: singleQuorumNumber, - shouldForceDeregister: true + shouldForceDeregister: registeredInCore }); } }