From 537184265d9996aacf876a5367e332e6cb33b139 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 15 Mar 2024 19:51:01 +0100 Subject: [PATCH] Update status.go typo --- stader-cli/node/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stader-cli/node/status.go b/stader-cli/node/status.go index aec995c8..92887975 100644 --- a/stader-cli/node/status.go +++ b/stader-cli/node/status.go @@ -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 {