Skip to content

Commit

Permalink
chore: fix function name (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
finaltrip authored Jul 30, 2024
1 parent 375cc31 commit b44175d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/chainKeeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ func (k chainKeeper) getTokenMetadataBySymbol(ctx sdk.Context, symbol string) (t
return result, found
}

// GetTokenByAddress finds a token's information by its address
// GetERC20TokenByAddress finds a token's information by its address
func (k chainKeeper) GetERC20TokenByAddress(ctx sdk.Context, address types.Address) types.ERC20Token {
for _, tokenMetadata := range k.getTokensMetadata(ctx) {
if tokenMetadata.TokenAddress == address {
Expand Down

0 comments on commit b44175d

Please sign in to comment.