Skip to content

Commit

Permalink
Update status.go typo
Browse files Browse the repository at this point in the history
  • Loading branch information
victorelec14 authored Mar 15, 2024
1 parent 76a8c2f commit 5371842
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 5371842

Please sign in to comment.