Skip to content

Commit

Permalink
fix: src build
Browse files Browse the repository at this point in the history
  • Loading branch information
8sunyuan committed Jan 21, 2025
1 parent 6169d4c commit c016fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/IRegistryCoordinator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {ISignatureUtils} from "eigenlayer-contracts/src/contracts/interfaces/ISi
import {IBLSApkRegistry} from "./IBLSApkRegistry.sol";
import {ISlashingRegistryCoordinator} from "./ISlashingRegistryCoordinator.sol";

interface IRegistryCoordinator is ISlashingRegistryCoordinator {
interface IRegistryCoordinator {

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

0 comments on commit c016fd4

Please sign in to comment.