Rename health-checker to funds-checker
This commit is contained in:
parent
6d8fe9ca02
commit
285d915602
|
@ -31,7 +31,7 @@ async def run_checks():
|
||||||
# allowance worth of money left, and if more than hald the allowance is spent. If
|
# allowance worth of money left, and if more than hald the allowance is spent. If
|
||||||
# all checks pass it sends a informational message.
|
# all checks pass it sends a informational message.
|
||||||
async def check_health():
|
async def check_health():
|
||||||
print("\nChecking health...")
|
print("\nChecking wallet/funds health...")
|
||||||
wallet_get = siad.get_wallet()
|
wallet_get = siad.get_wallet()
|
||||||
renter_get = siad.get_renter()
|
renter_get = siad.get_renter()
|
||||||
|
|
Reference in New Issue