diff --git a/cmd_status.go b/cmd_status.go index bbc081d..7b45c96 100644 --- a/cmd_status.go +++ b/cmd_status.go @@ -47,6 +47,9 @@ func runStatus(seed string, testnet bool) error { if hf5Remaining > 0 { core.Print(nil, "") core.Print(nil, " HF5 in %d blocks (~%.1f hours)", hf5Remaining, float64(hf5Remaining)*2/60) + } else { + core.Print(nil, "") + core.Print(nil, " HF5 ACTIVE — confidential assets enabled") } return nil