reorganize examples into folder

This commit is contained in:
Manuel Araoz
2016-08-16 12:26:25 -03:00
parent 30c0600ac1
commit 71295a12a9
7 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import './PullPaymentCapable.sol';
import '../PullPaymentCapable.sol';
// UNSAFE CODE, DO NOT USE!

View File

@ -1,4 +1,4 @@
import './PullPaymentCapable.sol';
import '../PullPaymentCapable.sol';
contract GoodArrayUse is PullPaymentCapable {
address[] employees;

View File

@ -1,4 +1,4 @@
import './PullPaymentCapable.sol';
import '../PullPaymentCapable.sol';
contract PullPaymentBid is PullPaymentCapable {
address public highestBidder;