Skip to content

Commit b1a4c0b

Browse files
committed
chore: remove unused import
1 parent 76b2b2d commit b1a4c0b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/eigenlayer-contracts

Submodule eigenlayer-contracts updated 49 files

src/middlewareV2/tableCalculator/ECDSATableCalculatorBase.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {OperatorSet} from "eigenlayer-contracts/src/contracts/libraries/Operator
55
import {IOperatorTableCalculator} from
66
"eigenlayer-contracts/src/contracts/interfaces/IOperatorTableCalculator.sol";
77
import {IKeyRegistrar} from "eigenlayer-contracts/src/contracts/interfaces/IKeyRegistrar.sol";
8-
import {Merkle} from "eigenlayer-contracts/src/contracts/libraries/Merkle.sol";
98
import {IECDSATableCalculator} from "../../interfaces/IECDSATableCalculator.sol";
109

1110
/**
@@ -15,8 +14,6 @@ import {IECDSATableCalculator} from "../../interfaces/IECDSATableCalculator.sol"
1514
* with weight calculation left to be implemented by derived contracts
1615
*/
1716
abstract contract ECDSATableCalculatorBase is IECDSATableCalculator {
18-
using Merkle for bytes32[];
19-
2017
// Immutables
2118
/// @notice KeyRegistrar contract for managing operator keys
2219
IKeyRegistrar public immutable keyRegistrar;

0 commit comments

Comments
 (0)