Skip to content

Commit c3a725a

Browse files
authored
Merge pull request #69 from victorwiebe/patch-1
Duplicate import
2 parents 760222b + 24da788 commit c3a725a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/tunnel/BaseRootTunnel.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {RLPReader} from "../lib/RLPReader.sol";
99
import {MerklePatriciaProof} from "../lib/MerklePatriciaProof.sol";
1010
import {ICheckpointManager} from "../root/ICheckpointManager.sol";
1111
import {RLPReader} from "../lib/RLPReader.sol";
12-
import {MerklePatriciaProof} from "../lib/MerklePatriciaProof.sol";
1312
import {Merkle} from "../lib/Merkle.sol";
1413

1514
abstract contract BaseRootTunnel is AccessControlMixin {

0 commit comments

Comments
 (0)