From 285d915602dcfc666dffb017820e63808d176466 Mon Sep 17 00:00:00 2001 From: Marcin Jachymiak Date: Mon, 9 Mar 2020 15:59:21 -0400 Subject: [PATCH] Rename health-checker to funds-checker --- setup-scripts/{health-checker.py => funds-checker.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename setup-scripts/{health-checker.py => funds-checker.py} (98%) diff --git a/setup-scripts/health-checker.py b/setup-scripts/funds-checker.py similarity index 98% rename from setup-scripts/health-checker.py rename to setup-scripts/funds-checker.py index a9d80042..d0750a8c 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/funds-checker.py @@ -31,7 +31,7 @@ async def run_checks(): # allowance worth of money left, and if more than hald the allowance is spent. If # all checks pass it sends a informational message. async def check_health(): - print("\nChecking health...") + print("\nChecking wallet/funds health...") wallet_get = siad.get_wallet() renter_get = siad.get_renter()