Skip to content

Commit

Permalink
IsVCContainersAllowed for reloadKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Koval committed Oct 24, 2024
1 parent 63595dc commit fb9fc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/validator/deposit.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fb9fc10

Please # to comment.