Commit efcdc13
committed
docs: fix outdated natspec comments in RewardsCoordinator
Addresses Certora audit findings I-02 and I-04 by updating natspec documentation to reflect current function names and architecture.
- Updated pausable flag comments to reference correct function names (createRewardsForAllEarners, createOperatorDirectedOperatorSetRewardsSubmission, createUniqueStakeRewardsSubmission)
- Updated createRewardsForAllEarners interface documentation to reference EmissionsController instead of deprecated token hopper contract1 parent 1b44caf commit efcdc13
File tree
2 files changed
+4
-4
lines changed- src/contracts
- core/storage
- interfaces
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
0 commit comments