diff --git a/contracts/Bounty.sol b/contracts/Bounty.sol index ad7a765f3..e86eb0112 100644 --- a/contracts/Bounty.sol +++ b/contracts/Bounty.sol @@ -7,7 +7,6 @@ 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 { bool public claimed;