reorganize examples into folder

pull/14/head
Manuel Araoz 9 years ago
parent 30c0600ac1
commit 71295a12a9
  1. 2
      contracts/examples/BadArrayUse.sol
  2. 0
      contracts/examples/BadFailEarly.sol
  3. 0
      contracts/examples/BadPushPayments.sol
  4. 2
      contracts/examples/GoodArrayUse.sol
  5. 0
      contracts/examples/GoodFailEarly.sol
  6. 0
      contracts/examples/GoodPullPayments.sol
  7. 2
      contracts/examples/PullPaymentBid.sol

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

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

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