Commit 7bafd098 authored by Christian's avatar Christian Committed by chriseth

Compiler update to 5cd87a2.

parent 8a3d6b4b
......@@ -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) {
......
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