Unverified Commit 83f4eb7a authored by yann300's avatar yann300 Committed by GitHub

Update example-contracts.js

parent 34cf8817
'use strict'
var ballot = `contract Ballot {
var ballot = `pragma solidity >=0.4.22 <0.6.0;
contract Ballot {
struct Voter {
uint weight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment