mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-07 08:44:59 -04:00
fix solidity version
This commit is contained in:
parent
54bb4c4b3c
commit
b0bca7fc36
7 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
* ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo
|
||||
*/
|
||||
|
||||
pragma solidity ^0.5.8;
|
||||
pragma solidity 0.5.17;
|
||||
|
||||
library Hasher {
|
||||
function MiMCSponge(uint256 in_xL, uint256 in_xR) public pure returns (uint256 xL, uint256 xR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue