Skip to content

Commit 2910f74

Browse files
committed
Temporary fix for lint: removed unused N definition.
1 parent 210e0c2 commit 2910f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

delegations/2-match-small/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func main() {
6767

6868
// determine how much to delegate to each validator
6969
// and collect it as a MsgDelegate
70-
N := len(eligibleVals)
70+
//N := len(eligibleVals)
7171
atoms := float64(icfAtoms)
7272
var msgs []sdk.Msg
7373
fmt.Println("RANK, ADDRESS, NAME, STAKED, SELF-DELEGATION / GOS-WINNINGS, COMMISSION/MAX-COMMISSION, MAX-COMMISSION-CHANGE - TO-DELEGATE")
@@ -120,7 +120,7 @@ func main() {
120120
}
121121

122122
// split it up
123-
N = 7
123+
N := 7
124124
i := 0
125125
for len(msgs) > 0 {
126126
n := N

0 commit comments

Comments
 (0)