Merge pull request #1343 from ethereum/yann300-patch-12

Update example-contracts.js
pull/1/head
yann300 7 years ago committed by GitHub
commit e6a08cceec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/app/editor/example-contracts.js

@ -74,9 +74,7 @@ contract test3 {
Ballot ballotToTest;
function beforeAll () {
bytes32[] proposals;
proposals.push(0xabcd);
ballotToTest = new Ballot(proposals);
ballotToTest = new Ballot(2);
}
function checkWinningProposal () public {

Loading…
Cancel
Save