Skip to content

Commit

Permalink
Merge pull request #517 from ava-labs/comment-nit
Browse files Browse the repository at this point in the history
[N-05] Upgrade owner comment nit
  • Loading branch information
michaelkaplan13 authored Aug 30, 2024
2 parents b1d7e89 + 932eff8 commit bd24655
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import {Ownable} from "@openzeppelin/[email protected]/access/Ownable.sol";

/**
* @dev Contract that inherits {TeleporterRegistryApp} and allows
* only owners of the contract to update the minimum Teleporter version.
* only owners of the contract to update the minimum Teleporter version or
* pause and unpause specific Teleporter versions.
*
* @custom:security-contact https://github.com/ava-labs/teleporter/blob/main/SECURITY.md
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {OwnableUpgradeable} from

/**
* @dev Contract that inherits {TeleporterRegistryAppUpgradeable} and allows
* only owners of the contract to update the minimum Teleporter version.
* only owners of the contract to update the minimum Teleporter version or
* pause and unpause specific Teleporter versions.
*
* @custom:security-contact https://github.com/ava-labs/teleporter/blob/main/SECURITY.md
*/
Expand Down

0 comments on commit bd24655

Please sign in to comment.