[feat] Watchdog and notifications (#2895)

This commit is contained in:
Vlad Stan
2025-01-23 13:23:09 +02:00
committed by GitHub
parent 56a4b702f3
commit b6bdf50ed7
43 changed files with 1276 additions and 461 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from .helpers import (
async def get_node_balance_sats():
balance = await get_balance_delta()
return balance.node_balance_msats / 1000
return balance.node_balance_sats
@pytest.mark.anyio