We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd0262 commit 681a1efCopy full SHA for 681a1ef
packages/r/intermarch3/goo/resolver.gno
@@ -28,9 +28,9 @@ func resolve(id string) int64 {
28
func resolveYesNo(dispute *Dispute) int64 {
29
var (
30
winningValue int64
31
- weight int64
32
- yesVotes int64
33
- noVotes int64
+ weight int64
+ yesVotes int64
+ noVotes int64
34
)
35
36
for _, vote := range dispute.Votes {
@@ -61,7 +61,7 @@ func resolveNumeric(dispute *Dispute) int64 {
61
// Find the value with the most token weight
62
63
64
- maxWeight int64
+ maxWeight int64
65
66
67
// Collect unique values and aggregate weights
0 commit comments