mirror of
https://github.com/status-im/github-oracle.git
synced 2026-08-27 09:51:10 +00:00
fixed pragma
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
pragma solidity ^0.4.8;
|
||||
|
||||
// ECR20 standard token interface
|
||||
|
||||
pragma solidity ^0.4.11;
|
||||
|
||||
contract Token {
|
||||
uint256 public totalSupply;
|
||||
function balanceOf(address who) constant returns (uint256);
|
||||
|
||||
Reference in New Issue
Block a user