Skip to content

Commit

Permalink
Remove i
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 4, 2023
1 parent 468296f commit 47b41fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/microservice-ethereum-worker-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func main() {

globalUtilityRewards := make([]appTypes.UtilityName, 0)

for i, s := range strings.Split(globalUtilityRewards_, ",") {
for _, s := range strings.Split(globalUtilityRewards_, ",") {
if s == "" {
continue
}
Expand Down

0 comments on commit 47b41fb

Please sign in to comment.