Skip to content

Commit

Permalink
clients/reth: fix merge netsplit block in mapper (ethereum#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored and Eikix committed Mar 1, 2024
1 parent ee26965 commit b5d043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/reth/mapper.jq
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def to_bool:
"londonBlock": env.HIVE_FORK_LONDON|to_int,
"arrowGlacierBlock": env.HIVE_FORK_ARROW_GLACIER|to_int,
"grayGlacierBlock": env.HIVE_FORK_GRAY_GLACIER|to_int,
"parisBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
"mergeNetsplitBlock": env.HIVE_MERGE_BLOCK_ID|to_int,
"terminalTotalDifficulty": env.HIVE_TERMINAL_TOTAL_DIFFICULTY|to_int,
"terminalTotalDifficultyPassed": env.HIVE_TERMINAL_TOTAL_DIFFICULTY_PASSED|to_bool,
"shanghaiTime": env.HIVE_SHANGHAI_TIMESTAMP|to_int,
Expand Down

0 comments on commit b5d043f

Please sign in to comment.