We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 760222b + 24da788 commit c3a725aCopy full SHA for c3a725a
contracts/tunnel/BaseRootTunnel.sol
@@ -9,7 +9,6 @@ import {RLPReader} from "../lib/RLPReader.sol";
9
import {MerklePatriciaProof} from "../lib/MerklePatriciaProof.sol";
10
import {ICheckpointManager} from "../root/ICheckpointManager.sol";
11
import {RLPReader} from "../lib/RLPReader.sol";
12
-import {MerklePatriciaProof} from "../lib/MerklePatriciaProof.sol";
13
import {Merkle} from "../lib/Merkle.sol";
14
15
abstract contract BaseRootTunnel is AccessControlMixin {
0 commit comments