Skip to content

Commit b5d043f

Browse files
RjectedEikix
authored andcommitted
clients/reth: fix merge netsplit block in mapper (ethereum#986)
1 parent ee26965 commit b5d043f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/reth/mapper.jq

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def to_bool:
5252
"londonBlock": env.HIVE_FORK_LONDON|to_int,
5353
"arrowGlacierBlock": env.HIVE_FORK_ARROW_GLACIER|to_int,
5454
"grayGlacierBlock": env.HIVE_FORK_GRAY_GLACIER|to_int,
55-
"parisBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
55+
"mergeNetsplitBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
5656
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
5757
"terminalTotalDifficultyPassed": env.HIVE_TERMINAL_TOTAL_DIFFICULTY_PASSED|to_bool,
5858
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,

0 commit comments

Comments
 (0)