We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843ab29 commit e802e80Copy full SHA for e802e80
eth/vm/forks/istanbul/headers.py
@@ -1,11 +1,11 @@
1
from eth.vm.forks.petersburg.headers import (
2
configure_header,
3
create_header_from_parent,
4
- compute_difficulty,
+ compute_petersburg_difficulty,
5
)
6
7
8
-compute_istanbul_difficulty = compute_difficulty(7000000) # TODO
+compute_istanbul_difficulty = compute_petersburg_difficulty
9
10
create_istanbul_header_from_parent = create_header_from_parent(
11
compute_istanbul_difficulty
newsfragments/1877.bugfix.rst
@@ -0,0 +1 @@
+Remove the ice age delay that was accidentally left in Istanbul (which should not delay ice age)
0 commit comments