Skip to content

Commit

Permalink
missing print
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Sep 1, 2023
1 parent 0952f66 commit 9b85b50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/holders_scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ func (s *HoldersScanner) scanHolders(ctx context.Context, addr common.Address) (
// get token information from the database
tokenInfo, err := s.sqlc.TokenByID(ctx, addr.Bytes())
if err != nil {
fmt.Errorf("EY")
return false, err
}
ttype := state.TokenType(tokenInfo.TypeID)
Expand Down

0 comments on commit 9b85b50

Please sign in to comment.