We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b5075 commit 8a534b2Copy full SHA for 8a534b2
contracts/src/core/AlignedLayerServiceManager.sol
@@ -65,6 +65,8 @@ contract AlignedLayerServiceManager is
65
_initializePauser(_pauserRegistry, _initialPausedStatus);
66
}
67
68
+ // Just to be used to upgrade contracts without the pausable functionality
69
+ // Once the contract is pausable this methos is not needed
70
function initializePauser(
71
IPauserRegistry _pauserRegistry,
72
uint256 _initialPausedStatus
0 commit comments