Skip to content

Commit 8a534b2

Browse files
committed
chore: add comments
1 parent 82b5075 commit 8a534b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ contract AlignedLayerServiceManager is
6565
_initializePauser(_pauserRegistry, _initialPausedStatus);
6666
}
6767

68+
// Just to be used to upgrade contracts without the pausable functionality
69+
// Once the contract is pausable this methos is not needed
6870
function initializePauser(
6971
IPauserRegistry _pauserRegistry,
7072
uint256 _initialPausedStatus

0 commit comments

Comments
 (0)