Fix name discrepancy

This commit is contained in:
marioevz 2022-06-23 22:02:39 +00:00
parent 8cc008d11c
commit 86e2f8fd7d
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