From fb9fc10ed1c23da708dd2b906f6c40be6503dd91 Mon Sep 17 00:00:00 2001 From: Maksym Koval Date: Thu, 24 Oct 2024 14:12:56 +0300 Subject: [PATCH] IsVCContainersAllowed for reloadKeys --- stader-cli/validator/deposit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stader-cli/validator/deposit.go b/stader-cli/validator/deposit.go index 43e4ed57..cd90bceb 100644 --- a/stader-cli/validator/deposit.go +++ b/stader-cli/validator/deposit.go @@ -157,7 +157,7 @@ func nodeDeposit(c *cli.Context) error { return err } - reloadKeys := staderClient.IsCreateNewValidatorsEnabled(cfg) + reloadKeys := staderClient.IsVCContainersAllowed(cfg) canNodeDepositResponse, err := staderClient.CanNodeDeposit(baseAmount, utilityAmount, big.NewInt(int64(numValidators)), reloadKeys) if err != nil {