From bd09db7e823fa99be4c2f3e1dced3645aac64f10 Mon Sep 17 00:00:00 2001 From: LianaHus Date: Fri, 30 Nov 2018 12:02:07 +0100 Subject: [PATCH] added pragma --- src/app/editor/example-contracts.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/editor/example-contracts.js b/src/app/editor/example-contracts.js index 517fa1db69..880b29b741 100644 --- a/src/app/editor/example-contracts.js +++ b/src/app/editor/example-contracts.js @@ -68,6 +68,7 @@ contract Ballot { ` var ballotTest = ` +pragma solidity >=0.4.22 <0.6.0; import "remix_tests.sol"; // this import is automatically injected by Remix. import "./ballot.sol";