Skip to content

Commit

Permalink
(NOBIDS) please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbitfly committed Dec 19, 2023
1 parent b35bd6a commit e2e77bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/ens.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ func validateEnsName(client *ethclient.Client, name string, alreadyChecked *EnsC

nameHash, err := go_ens.NameHash(name)
if err != nil {
logger.Errorf("error could not hash name [%v]: %w -> removing ens entry", name, err)
logger.Errorf("error could not hash name [%v]: %v -> removing ens entry", name, err)

err = removeEnsName(client, name)
if err != nil {
Expand Down

0 comments on commit e2e77bd

Please sign in to comment.