Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Oct 17, 2023
1 parent 4c9d55c commit 5122457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BLSSignatureChecker.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {BitmapUtils} from "eigenlayer-contracts/src/contracts/libraries/BitmapUt
import {BN254} from "eigenlayer-contracts/src/contracts/libraries/BN254.sol";
import {IRegistryCoordinator} from "src/interfaces/IRegistryCoordinator.sol";
import {IStakeRegistry} from "src/interfaces/IStakeRegistry.sol";
import {IBLSPubkeyRegistry} from "src/interfaces/IBLSPubKeyRegistry.sol";
import {IBLSPubkeyRegistry} from "src/interfaces/IBLSPubkeyRegistry.sol";
import {IBLSRegistryCoordinatorWithIndices} from "src/interfaces/IBLSRegistryCoordinatorWithIndices.sol";

/**
Expand Down

0 comments on commit 5122457

Please sign in to comment.