Skip to content

Commit

Permalink
Migration.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
antews committed Jan 23, 2025
1 parent 6808f1d commit 01ac094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstract/Migration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ abstract contract Migration is IMigration, Guardians {
* Pauses contract at deployment time.
*
* @param _gracePeriod Migration grace period in seconds.
* @param _initialOwner Initial owner address. Set as migrator.
* @param _initialOwner Initial owner address. Used in Guardians.
*/
constructor(uint24 _gracePeriod, address _migrator, address _initialOwner) Guardians(_initialOwner) {
gracePeriod = _gracePeriod;
Expand Down

0 comments on commit 01ac094

Please sign in to comment.