Changed terminal total difficulty to have some difficulty range for tests without overflow
This commit is contained in:
parent
8bfa5188c1
commit
9bd95c4709
|
@ -5,8 +5,8 @@ PRESET_BASE: 'minimal'
|
|||
|
||||
# Transition
|
||||
# ---------------------------------------------------------------
|
||||
# TBD, 2**256-1 is a placeholder
|
||||
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129639935
|
||||
# TBD, 2**256-2**10 is a placeholder
|
||||
TERMINAL_TOTAL_DIFFICULTY: 115792089237316195423570985008687907853269984665640564039457584007913129638912
|
||||
|
||||
|
||||
# Genesis
|
||||
|
|
Loading…
Reference in New Issue