Skip to content

Commit 1fdc6d6

Browse files
committed
Update TODO note as v7->v8 breaking changes
1 parent 34c71a5 commit 1fdc6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3/_utils/normalizers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def abi_ens_resolver(
228228
return type_str, validate_name_has_address(_ens, val)
229229
except NameNotFound as e:
230230
# TODO: This try/except is to keep backwards compatibility when we
231-
# removed the mainnet requirement. Remove this in web3.py v7 and allow
231+
# removed the mainnet requirement. Remove this in web3.py v8 and allow
232232
# NameNotFound to raise.
233233
if not isinstance(_ens, StaticENS):
234234
raise InvalidAddress(f"{e}")

0 commit comments

Comments
 (0)