Use new style for the docs

This commit is contained in:
Denton Liu
2016-08-26 13:33:42 -04:00
parent f1e6bc2eaa
commit 532266b89e
4 changed files with 10 additions and 14 deletions
+1 -2
View File
@@ -133,8 +133,7 @@ of votes.
// If the delegate already voted,
// directly add to the number of votes
proposals[delegate.vote].voteCount += sender.weight;
}
else {
} else {
// If the delegate did not vote yet,
// add to her weight.
delegate.weight += sender.weight;