From 3c412ed2f63a58b27eeb00fe584b9378311b099f Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 19 Aug 2016 19:57:21 +0200 Subject: Version pragma. --- test/contracts/Wallet.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/contracts/Wallet.cpp') diff --git a/test/contracts/Wallet.cpp b/test/contracts/Wallet.cpp index 9e797af4..70c35cc1 100644 --- a/test/contracts/Wallet.cpp +++ b/test/contracts/Wallet.cpp @@ -54,6 +54,9 @@ static char const* walletCode = R"DELIMITER( // use modifiers onlyowner (just own owned) or onlymanyowners(hash), whereby the same hash must be provided by // some number (specified in constructor) of the set of owners (specified in the constructor, modifiable) before the // interior is executed. + +pragma solidity ^0.3.6; + contract multiowned { // TYPES -- cgit