Skip to content

Commit

Permalink
Merge pull request #201 from victorelec14/patch-2
Browse files Browse the repository at this point in the history
Update status.go typo
  • Loading branch information
batphonghan authored Mar 25, 2024
2 parents 76a8c2f + 5371842 commit ba66822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/node/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ func getNodeStatus(c *cli.Context) error {
}

fmt.Printf(
"The Operator can utilize upto %s more.\nNote: Each Operator can utilize a maximum of 1 ETH worth SD per validator.\n\n",
"The Operator can utilize up to %s more.\nNote: Each Operator can utilize a maximum of 1 ETH worth SD per validator.\n\n",
eth.DisplayAmountInUnits(maxUtilizable, "sd"))

if sdStatus.SdUtilizedBalance.Cmp(big.NewInt(0)) != 0 {
Expand Down

0 comments on commit ba66822

Please sign in to comment.