Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Apr 25, 2023
1 parent a585a4a commit e5dd8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/qgb/query/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,5 @@ func printConfirms(logger tmlog.Logger, confirmsMap map[string]string, valset *c
logger.Info("orchestrators that missed signing the attestation", "count", len(missingSigners))
for i, addr := range missingSigners {
logger.Info(addr, "number", i)
i++
}
}

0 comments on commit e5dd8d8

Please sign in to comment.