Rename health-checker to funds-checker

This commit is contained in:
Marcin Jachymiak 2020-03-09 15:59:21 -04:00
parent 6d8fe9ca02
commit 285d915602
1 changed files with 1 additions and 1 deletions

View File

@ -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()