Skip to content

Commit

Permalink
finish natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Apr 24, 2024
1 parent 65138d4 commit da38d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/core/SlashingManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract SlashingManager is ISlashingManager {
/// @notice The number of basis points that have been slashed for a given operator and strategy by an AVS in each epoch
mapping (address => mapping (address => mapping(IStrategy => mapping(uint32 => SlashingSummary)))) public slashingsForAVSAndOperator;

/// @notice The
/// @notice The status of each slashing request
mapping(bytes32 => SlashingRequestStatus) public slashingRequestStatuses;

modifier onlyVetoCommittee() {
Expand Down

0 comments on commit da38d81

Please sign in to comment.