Commit f719bbf1 by Manuel Araoz

remove ws

parent 857e37e0
...@@ -7,7 +7,6 @@ import './Token.sol'; ...@@ -7,7 +7,6 @@ import './Token.sol';
* to be lower than its totalSupply, which would mean that it doesn't * to be lower than its totalSupply, which would mean that it doesn't
* have sufficient ether for everyone to withdraw. * have sufficient ether for everyone to withdraw.
*/ */
contract Bounty is PullPaymentCapable { contract Bounty is PullPaymentCapable {
bool public claimed; bool public claimed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment