Skip to content

Commit

Permalink
(NOBIDS) fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed Nov 15, 2023
1 parent deaa2a8 commit e7152cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ func SaveValidators(epoch uint64, validators []*types.Validator, client rpc.Clie
)

if err != nil {
return fmt.Errorf("error saving new validator %v: %v", v.Index, err)
return fmt.Errorf("error saving new validator %v: %w", v.Index, err)
}
} else {
// status =
Expand Down

0 comments on commit e7152cc

Please sign in to comment.