Merge pull request #2921 from marioevz/field-rename
Fix Name Discrepancy (WITHDRAWAL_QUEUE_LIMIT)
This commit is contained in:
commit
245ac6cf9b
|
@ -9,7 +9,7 @@ MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 256
|
|||
# State list lengths
|
||||
# ---------------------------------------------------------------
|
||||
# 2**40 (= 1,099,511,627,776) withdrawals
|
||||
WITHDRAWALS_QUEUE_LIMIT: 1099511627776
|
||||
WITHDRAWAL_QUEUE_LIMIT: 1099511627776
|
||||
|
||||
|
||||
# Max operations per block
|
||||
|
|
|
@ -9,7 +9,7 @@ MAX_PARTIAL_WITHDRAWALS_PER_EPOCH: 16
|
|||
# State list lengths
|
||||
# ---------------------------------------------------------------
|
||||
# 2**40 (= 1,099,511,627,776) withdrawals
|
||||
WITHDRAWALS_QUEUE_LIMIT: 1099511627776
|
||||
WITHDRAWAL_QUEUE_LIMIT: 1099511627776
|
||||
|
||||
|
||||
# Max operations per block
|
||||
|
|
Loading…
Reference in New Issue