Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizualni committed Sep 29, 2022
1 parent 64f41da commit db3d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ func (k Keeper) CheckExternalBalancesForChain(ctx sdk.Context, chainReferenceID

for _, val := range snapshot.GetValidators() {
for _, ext := range val.GetExternalChainInfos() {
if ext.GetChainReferenceID() == chainReferenceID && ext.GetChainType() == "EVM" {
if ext.GetChainReferenceID() == chainReferenceID && ext.GetChainType() == "evm" {
msg.ValAddresses = append(msg.ValAddresses, val.GetAddress())
msg.HexAddresses = append(msg.HexAddresses, ext.GetAddress())
}
Expand Down

0 comments on commit db3d815

Please sign in to comment.