Skip to content

Commit

Permalink
(BIDS-2369) fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
LuccaBitfly committed Oct 4, 2023
1 parent 93df5de commit be16d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/misc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ OUTER:
firstEpoch, _ := utils.GetFirstAndLastEpochForDay(day + 1)
maxValidatorIndex, err := db.BigtableClient.GetMaxValidatorindexForEpoch(firstEpoch)
if err != nil {
utils.LogFatal(err, "error in GetMaxValidatorindexForEpoch: could not get max validator index from validator income history", 0, map[string]interface{}{
utils.LogFatal(err, "error in GetMaxValidatorindexForEpoch: could not get max validator index", 0, map[string]interface{}{
"epoch": firstEpoch,
})
} else if maxValidatorIndex == uint64(0) {
Expand Down

0 comments on commit be16d14

Please sign in to comment.