mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-03 01:13:55 +00:00
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 {
|
contract Crowdsale {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user