Skip to content

Commit c016fd4

Browse files
committed
fix: src build
1 parent 6169d4c commit c016fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/IRegistryCoordinator.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {ISignatureUtils} from "eigenlayer-contracts/src/contracts/interfaces/ISi
55
import {IBLSApkRegistry} from "./IBLSApkRegistry.sol";
66
import {ISlashingRegistryCoordinator} from "./ISlashingRegistryCoordinator.sol";
77

8-
interface IRegistryCoordinator is ISlashingRegistryCoordinator {
8+
interface IRegistryCoordinator {
99

1010
/**
1111
* @notice Registers msg.sender as an operator for one or more quorums. If any quorum exceeds its maximum

0 commit comments

Comments
 (0)