Skip to content

Commit 635ee52

Browse files
committed
Fix up REORG_PARENT_WEIGHT_THRESHOLD
1 parent 0533766 commit 635ee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/spec/datatypes/constants.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const
6464

6565
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-beta.5/specs/phase0/fork-choice.md#configuration
6666
PROPOSER_SCORE_BOOST*: uint64 = 40
67-
REORG_HEAD_WEIGHT_THRESHOLD* {.intdefine.}: uint64 = 20 # hoodiUZH
67+
REORG_PARENT_WEIGHT_THRESHOLD*: uint64 = 160
6868

6969
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-beta.1/specs/phase0/p2p-interface.md#configuration
7070
MAX_REQUEST_BLOCKS* {.intdefine.}: uint64 = 1024'u64 # hoodiUZH

0 commit comments

Comments
 (0)