Skip to content

Commit

Permalink
expand token function
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Van de Sande committed Jun 3, 2015
1 parent 4c1e23e commit ec9bb8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion getting started/crowdsale.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
contract token { mapping (address => uint) public balance; function token() {} function sendToken(address receiver, uint amount) returns(bool sufficient) { } }
contract token {
mapping (address => uint) public balance;
function token() {}
function sendToken(address receiver, uint amount) returns(bool sufficient) { }
}

contract CrowdSale {

Expand Down

0 comments on commit ec9bb8f

Please sign in to comment.