File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ interface IApplication {
2525 /// @notice Used by T staking contract to inform the application that the
2626 /// authorized amount for the given staking provider increased.
2727 /// The application may do any necessary housekeeping. The
28- /// application may revert the transaction in case the authorization
29- /// is below the minimum required.
28+ /// application must revert the transaction in case the
29+ /// authorization is below the minimum required.
3030 function authorizationIncreased (
3131 address stakingProvider ,
3232 uint96 fromAmount ,
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ contract ApplicationMock is IApplication {
274274
275275 function minimumAuthorization () external view returns (uint96 ) {
276276 return 0 ;
277- }
277+ }
278278}
279279
280280contract BrokenApplicationMock is ApplicationMock {
You can’t perform that action at this time.
0 commit comments