Skip to content

Commit

Permalink
chore: bump solidity version due to virtual usage
Browse files Browse the repository at this point in the history
dapphub#48 marked the fail function as virtual but this isn't supported in Solidity 0.5
  • Loading branch information
bowd authored May 18, 2023
1 parent e282159 commit 0604765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity >=0.5.0;
pragma solidity >=0.6.0;

contract DSTest {
event log (string);
Expand Down

0 comments on commit 0604765

Please sign in to comment.