mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-02 06:16:03 -04:00
fix solidity version
This commit is contained in:
parent
54bb4c4b3c
commit
b0bca7fc36
7 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
contract ERC20Basic {
|
||||
uint public _totalSupply;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
import '../MerkleTreeWithHistory.sol';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue