Skip to content

Commit

Permalink
fix: forcederegister
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Feb 8, 2025
1 parent 21e6f2d commit eb7aa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlashingRegistryCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ contract SlashingRegistryCoordinator is
_deregisterOperator({
operator: operators[j],
quorumNumbers: singleQuorumNumber,
shouldForceDeregister: true
shouldForceDeregister: registeredInCore
});
}
}
Expand Down

0 comments on commit eb7aa3d

Please sign in to comment.