Skip to content

Commit 594b8a1

Browse files
committed
Add comment
1 parent 0bfb246 commit 594b8a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/Deploy.gnosh.s.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ contract Deploy is Script {
1313
address deployerAddress
1414
) public returns (KeyperSetManager) {
1515
KeyperSetManager ksm = new KeyperSetManager(deployerAddress);
16+
// otherwise we're not authorized:
1617
ksm.initialize(deployerAddress, deployerAddress);
1718

1819
// add bootstrap keyper set

0 commit comments

Comments
 (0)