From 21d6b207994f58cadf2c88ab2abd682fc20602b3 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Tue, 9 Jul 2024 16:22:46 +0700 Subject: [PATCH 1/2] Update copies --- 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 7fe03a0d..770f5ef3 100644 --- a/stader-cli/validator/deposit.go +++ b/stader-cli/validator/deposit.go @@ -193,7 +193,7 @@ func nodeDeposit(c *cli.Context) error { fmt.Printf("The node deposit of %d ETH was made successfully and total %d validators were created by utilizing %s from the SD Utility Pool.\n", uint64(eth.BaseAmountInEth)*numValidators, numValidators, eth.DisplayAmountInUnits(utilityAmount, "sd")) } - fmt.Println("Your validators are now in an Initialized state. Once the ETH deposits have been matched by the remaining 28 ETH, it will move to the Deposited state.") + fmt.Println("Your validators are now in an Initialized state. Once the ETH deposits have been matched by the remaining 28 ETH, it will move to the Deposited state. Please note that Stader will add the remaining 28 ETH to your validator based on the existing validators in the queue and the available ETH in the deposit pool.") fmt.Println("You can check the status of your validator by executing the following command: `~/bin/stader-cli validator status`") return nil From 9544f2741d41f663ca0836448dc7ef59753b4c72 Mon Sep 17 00:00:00 2001 From: batphonghan Date: Tue, 9 Jul 2024 18:10:41 +0700 Subject: [PATCH 2/2] Update copies --- 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 770f5ef3..83e3d43e 100644 --- a/stader-cli/validator/deposit.go +++ b/stader-cli/validator/deposit.go @@ -193,7 +193,7 @@ func nodeDeposit(c *cli.Context) error { fmt.Printf("The node deposit of %d ETH was made successfully and total %d validators were created by utilizing %s from the SD Utility Pool.\n", uint64(eth.BaseAmountInEth)*numValidators, numValidators, eth.DisplayAmountInUnits(utilityAmount, "sd")) } - fmt.Println("Your validators are now in an Initialized state. Once the ETH deposits have been matched by the remaining 28 ETH, it will move to the Deposited state. Please note that Stader will add the remaining 28 ETH to your validator based on the existing validators in the queue and the available ETH in the deposit pool.") + fmt.Println("Your validators are now in an Initialized state. Once the ETH deposits have been matched by the remaining 28 ETH, it will move to the Deposited state. Please note that your validators will receive the remaining 28 ETH based on their position in the validator queue and the amount of ETH currently available in the Stader deposit pool.") fmt.Println("You can check the status of your validator by executing the following command: `~/bin/stader-cli validator status`") return nil