Browse Source

Resolve conflicts

Makoto Inoue 9 years ago
parent
commit
a02a8a6e41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/bounties/CrowdsaleTokenBounty.sol

+ 1 - 1
contracts/bounties/CrowdsaleTokenBounty.sol

@@ -5,7 +5,7 @@ import '../token/CrowdsaleToken.sol';
 /*
 /*
  * Bounty
  * Bounty
  * This bounty will pay out if you can cause a CrowdsaleToken's balance
  * This bounty will pay out if you can cause a CrowdsaleToken's balance
- * 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 CrowdsaleTokenBounty is PullPayment {
 contract CrowdsaleTokenBounty is PullPayment {