Skip to content

Commit

Permalink
Merge pull request #216 from stader-labs/update_copies
Browse files Browse the repository at this point in the history
Update copies
  • Loading branch information
batphonghan authored Sep 2, 2024
2 parents fdc5ea0 + 9544f27 commit b1a3702
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 @@ -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 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
Expand Down

0 comments on commit b1a3702

Please sign in to comment.