Skip to content

Commit

Permalink
increase dose
Browse files Browse the repository at this point in the history
  • Loading branch information
Geapefurit committed Feb 1, 2024
1 parent a2f383a commit b51973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block-etl/pkg/chains/eth/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ func (e *EthIndexer) getContractInfo(ctx context.Context, contract *ContractMeta
if err != nil {
return &eth.EthCurrencyMetadata{}, &chains.ContractCreator{}, fmt.Errorf("cannot get eth client,err: %v", err)
}
contractMeta := &eth.EthCurrencyMetadata{}
var contractMeta *eth.EthCurrencyMetadata
switch contract.TokenType {
case basetype.TokenType_Native:
contractMeta, err = cli.GetCurrencyMetadata(ctx, contract.Contract)
Expand Down

0 comments on commit b51973d

Please sign in to comment.