Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move MerkleProof to cryptography
  • Loading branch information
Leo Arias committed Aug 29, 2018
commit 4d4c9514d7d22377cb408fab0346e34ee09c395c
2 changes: 1 addition & 1 deletion contracts/mocks/MerkleProofWrapper.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pragma solidity ^0.4.24;

import { MerkleProof } from "../utils/MerkleProof.sol";
import { MerkleProof } from "../cryptography/MerkleProof.sol";


contract MerkleProofWrapper {
Expand Down