Skip to content

Commit bf90f45

Browse files
committed
docs: another inconsistency
1 parent efcdc13 commit bf90f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contracts/core/storage/RewardsCoordinatorStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import "../../interfaces/IRewardsCoordinator.sol";
1010
abstract contract RewardsCoordinatorStorage is IRewardsCoordinator {
1111
// Constants
1212

13-
/// @dev Index for flag that pauses calling createAVSRewardsSubmission
13+
/// @dev Index for flag that pauses calling createAVSRewardsSubmission and createEigenDARewardsSubmission
1414
uint8 internal constant PAUSED_AVS_REWARDS_SUBMISSION = 0;
1515
/// @dev Index for flag that pauses calling createRewardsForAllSubmission
1616
uint8 internal constant PAUSED_REWARDS_FOR_ALL_SUBMISSION = 1;

0 commit comments

Comments
 (0)