Update example-contracts.js

pull/1/head
yann300 6 years ago committed by GitHub
parent 34cf881797
commit 83f4eb7a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/app/editor/example-contracts.js

@ -1,6 +1,7 @@
'use strict' 'use strict'
var ballot = `contract Ballot { var ballot = `pragma solidity >=0.4.22 <0.6.0;
contract Ballot {
struct Voter { struct Voter {
uint weight; uint weight;

Loading…
Cancel
Save