Moved Escrows into an escrow subdirectory, improved docs. (#1430)

* Moved Escrows into an escrow subdirectory, improved docs.

* Fixed escrow mock.

* Fixed some more imports.
This commit is contained in:
Nicolás Venturo
2018-10-17 17:22:25 -03:00
committed by GitHub
parent cfef58361f
commit f3df2dab3d
10 changed files with 35 additions and 24 deletions

View File

@ -1,6 +1,6 @@
pragma solidity ^0.4.24;
import "./Escrow.sol";
import "./escrow/Escrow.sol";
/**
* @title PullPayment