From f719bbf14be2e5dcefde8db7490f9cb8dfaee0d0 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 11 Aug 2016 16:30:43 -0300 Subject: [PATCH] remove ws --- contracts/Bounty.sol | 1 - 1 file changed, 1 deletion(-) 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;