From 86e2f8fd7de25a7478c240f0cf5ba3c5264e96bf Mon Sep 17 00:00:00 2001 From: marioevz Date: Thu, 23 Jun 2022 22:02:39 +0000 Subject: [PATCH] Fix name discrepancy --- presets/mainnet/capella.yaml | 2 +- presets/minimal/capella.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/mainnet/capella.yaml b/presets/mainnet/capella.yaml index c3eedc5c1..f04bdd06f 100644 --- a/presets/mainnet/capella.yaml +++ b/presets/mainnet/capella.yaml @@ -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 diff --git a/presets/minimal/capella.yaml b/presets/minimal/capella.yaml index a3c5e8f1d..bf78685cd 100644 --- a/presets/minimal/capella.yaml +++ b/presets/minimal/capella.yaml @@ -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