Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed Jan 11, 2024
1 parent f0dde6c commit aec1760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stader-cli/node/utilize-sd.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func utilizeSD(c *cli.Context) error {
rate := sdStatusResponse.SDStatus.UtilizationRate
// Prompt for confirmation
if !(c.Bool("yes") || cliutils.Confirm(fmt.Sprintf(
"Are you sure you want to use %s from the utility pool?.\nNote: A Utilization fee of %s%s will be applied to the utilized SD from the utility pool.\n", eth.DisplayAmountInUnits(amountWei, "sd"), rate.String(), "%"))) {
"Are you sure you want to use %s from the utility pool?.\nNote: A Utilization fee of %s%s will be applied to the utilized SD from the utility pool.", eth.DisplayAmountInUnits(amountWei, "sd"), rate.String(), "%"))) {
fmt.Println("Cancelled.")
return nil
}
Expand Down

0 comments on commit aec1760

Please sign in to comment.