Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alisinabh committed Dec 8, 2024
1 parent 243a8d9 commit 42d7258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ethers/name_service.ex
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ defmodule Ethers.NameService do
end

defp normalize_dns_name(name) do
# TODO: Update to new standard
# TODO: Update to ENSIP-15 when finalized
name
|> String.to_charlist()
|> :idna.encode(transitional: false, std3_rules: true, uts46: true)
Expand Down

0 comments on commit 42d7258

Please sign in to comment.