comment out stub contract
This commit is contained in:
parent
a74e0aaa8c
commit
2bbd5f418c
|
@ -1,4 +1,4 @@
|
|||
contract token { mapping (address => uint) public coinBalanceOf; function token() {} function sendCoin(address receiver, uint amount) returns(bool sufficient) { } }
|
||||
//contract token { mapping (address => uint) public coinBalanceOf; function token() {} function sendCoin(address receiver, uint amount) returns(bool sufficient) { } }
|
||||
|
||||
contract Crowdsale {
|
||||
|
||||
|
|
Loading…
Reference in New Issue