Skip to content

Commit 751c856

Browse files
committed
Remove incorrect staticmethod wrapper
1 parent 66f4f8c commit 751c856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/tools/builder/chain/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class API:
6262
constantinople_at = staticmethod(constantinople_at)
6363

6464
# iterable of the fork specific functions
65-
mainnet_fork_at_fns = staticmethod(mainnet_fork_at_fns)
65+
mainnet_fork_at_fns = mainnet_fork_at_fns
6666

6767
# DAO Fork specific
6868
dao_fork_at = staticmethod(dao_fork_at)

0 commit comments

Comments
 (0)