Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JaheMerah authored and agnesenvaite committed Oct 31, 2017
1 parent 07ec401 commit 21c7f88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Crowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,7 @@ contract Crowdsale is Ownable {
collected = collected.ADD(amountWei); //counts ETH
bought[msg.sender] = bought[msg.sender].ADD(amountWei);


gee.transfer(msg.sender, amount); //Transfer amount of Gee coins to msg.sender

fund.transfer(this.balance); //Transfer contract Ether to fund

Buy(msg.sender, amount, price);
Expand Down

0 comments on commit 21c7f88

Please sign in to comment.