Commit 71295a12 by Manuel Araoz

reorganize examples into folder

parent 30c0600a
import './PullPaymentCapable.sol'; import '../PullPaymentCapable.sol';
// UNSAFE CODE, DO NOT USE! // UNSAFE CODE, DO NOT USE!
......
import './PullPaymentCapable.sol'; import '../PullPaymentCapable.sol';
contract GoodArrayUse is PullPaymentCapable { contract GoodArrayUse is PullPaymentCapable {
address[] employees; address[] employees;
......
import './PullPaymentCapable.sol'; import '../PullPaymentCapable.sol';
contract PullPaymentBid is PullPaymentCapable { contract PullPaymentBid is PullPaymentCapable {
address public highestBidder; address public highestBidder;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment