From 7bafd0988fdfdba776de1a75c1c7be0a6074db23 Mon Sep 17 00:00:00 2001 From: Christian Date: Wed, 7 Jan 2015 09:50:48 +0100 Subject: [PATCH] Compiler update to 5cd87a2. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 495b7796c9..d9434773b8 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,7 @@ Source code on the left, compiled code and AST on the right (or error). voteCounts[proposal] += voterWeight[sender]; } - function winningProposal() const returns (uint8 winningProposal) { + function winningProposal() constant returns (uint8 winningProposal) { uint256 winningVoteCount = 0; uint8 proposal = 0; while (proposal < numProposals) {