Skip to content

Commit

Permalink
Fixed interface
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 19, 2024
1 parent 46aa009 commit c5e2b51
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// SPDX-License-Identifier: LGPL-3.0-only
pragma solidity >=0.5.13 <0.9.0;

interface IEpochManagerEnablerInitializer {}
interface IEpochManagerEnablerInitializer {
function initialize(address registryAddress) external;
}

0 comments on commit c5e2b51

Please sign in to comment.