Merge pull request #2921 from marioevz/field-rename

Fix Name Discrepancy (WITHDRAWAL_QUEUE_LIMIT)
This commit is contained in:
Alex Stokes 2022-06-23 16:38:36 -06:00 committed by GitHub
commit 245ac6cf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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