Move contracts to subdirectories (#1253)

* Move contracts to subdirectories

Fixes #1177.

This Change also removes the LimitBalance contract.

* fix import

* move MerkleProof to cryptography

* Fix import
This commit is contained in:
Leo Arias
2018-09-03 07:53:28 -06:00
committed by Francisco Giordano
parent 964bc4044a
commit 2441fd7d17
21 changed files with 64 additions and 161 deletions

View File

@ -1,6 +1,6 @@
pragma solidity ^0.4.24;
import { MerkleProof } from "../MerkleProof.sol";
import { MerkleProof } from "../cryptography/MerkleProof.sol";
contract MerkleProofWrapper {