[feat] Watchdog and notifications (#2895)
This commit is contained in:
parent
56a4b702f3
commit
b6bdf50ed7
43 changed files with 1276 additions and 461 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue