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 0533766 commit 635ee52Copy full SHA for 635ee52
beacon_chain/spec/datatypes/constants.nim
@@ -64,7 +64,7 @@ const
64
65
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-beta.5/specs/phase0/fork-choice.md#configuration
66
PROPOSER_SCORE_BOOST*: uint64 = 40
67
- REORG_HEAD_WEIGHT_THRESHOLD* {.intdefine.}: uint64 = 20 # hoodiUZH
+ REORG_PARENT_WEIGHT_THRESHOLD*: uint64 = 160
68
69
# https://github.com/ethereum/consensus-specs/blob/v1.4.0-beta.1/specs/phase0/p2p-interface.md#configuration
70
MAX_REQUEST_BLOCKS* {.intdefine.}: uint64 = 1024'u64 # hoodiUZH
0 commit comments