Updates semantic tests to 0.7.0.

This commit is contained in:
Erik Kundt
2020-01-11 23:11:00 +01:00
parent fe1676203d
commit 729b47e641
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ static char const* walletCode = R"DELIMITER(
// some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the
// interior is executed.
pragma solidity >=0.4.0 <0.7.0;
pragma solidity >=0.4.0 <0.8.0;
contract multiowned {