PullPayment rename fixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
pragma solidity ^0.4.0;
|
||||
import './PullPaymentCapable.sol';
|
||||
import './PullPayment.sol';
|
||||
import './Token.sol';
|
||||
|
||||
/*
|
||||
@ -8,7 +8,7 @@ import './Token.sol';
|
||||
* to be lower than its totalSupply, which would mean that it doesn't
|
||||
* have sufficient ether for everyone to withdraw.
|
||||
*/
|
||||
contract Bounty is PullPaymentCapable {
|
||||
contract Bounty is PullPayment {
|
||||
|
||||
bool public claimed;
|
||||
mapping(address => address) public researchers;
|
||||
|
||||
Reference in New Issue
Block a user