Skip to content

Commit

Permalink
Remove stale al comment (#554)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context
Remove stale allowlist comment
## Testing performed to validate your change

N/A
  • Loading branch information
dssei authored Nov 22, 2024
1 parent 5869793 commit a4eb451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/bank/keeper/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ func (k BaseSendKeeper) IsInDenomAllowList(ctx sdk.Context, addr sdk.AccAddress,
continue
}

// Return false if the address is neither allowed nor a module address
if !allowedAddresses.contains(addr) {
return false
}
Expand Down

0 comments on commit a4eb451

Please sign in to comment.