fix: rounding errors on eclair total balance (#3196)

This commit is contained in:
dni ⚡ 2025-06-24 16:09:53 +02:00 committed by GitHub
parent 18496f0dd9
commit 6d2f39d390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -66,7 +66,6 @@ async def test_pay_real_invoice(
await asyncio.sleep(1)
balance = await get_node_balance_sats()
# TODO: maybe take fee into consideration?
assert prev_balance - balance == 100