Skip to content

Commit

Permalink
remove error to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Jun 28, 2024
1 parent 4a68370 commit dbc4796
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/strategies.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ func (capi *census3API) getStrategies(msg *api.APIdata, ctx *httprouter.HTTPCont
return ErrCantGetStrategies.WithErr(err)
}
for _, strategyToken := range strategyTokens {
if strategyToken.TokenAlias == "" {
return ErrCantGetStrategies.With("invalid token symbol")
}
strategyResponse.Tokens[strategyToken.TokenAlias] = &StrategyToken{
ID: common.BytesToAddress(strategyToken.TokenID).String(),
ChainID: strategyToken.ChainID,
Expand Down

0 comments on commit dbc4796

Please sign in to comment.