evolutionlandorg / tron-contracts

Evolution Land contracts on TRON network
Apache License 2.0
10 stars 11 forks source link

Compile version #1

Open hackfisher opened 5 years ago

hackfisher commented 5 years ago
pragma solidity ^0.4.24;
^----------------------^
,/Users/denny/github.com/evolutionlandorg/tron-contracts/contracts/common/UserPointsAuthority.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.24-develop.2018.8.28+commit.3ba0cdec.mod.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
hackfisher commented 5 years ago

downgrade open-zeppelin to 1.10.0 and other solidity contracts to ^0.4.23.