Skip to content

Commit e802e80

Browse files
committed
Remove ice age delay from Istanbul
1 parent 843ab29 commit e802e80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

eth/vm/forks/istanbul/headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from eth.vm.forks.petersburg.headers import (
22
configure_header,
33
create_header_from_parent,
4-
compute_difficulty,
4+
compute_petersburg_difficulty,
55
)
66

77

8-
compute_istanbul_difficulty = compute_difficulty(7000000) # TODO
8+
compute_istanbul_difficulty = compute_petersburg_difficulty
99

1010
create_istanbul_header_from_parent = create_header_from_parent(
1111
compute_istanbul_difficulty

newsfragments/1877.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove the ice age delay that was accidentally left in Istanbul (which should not delay ice age)

0 commit comments

Comments
 (0)