reorganize examples into folder
This commit is contained in:
@ -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;
|
||||
Reference in New Issue
Block a user