fix: rounding errors on eclair total balance (#3196)
This commit is contained in:
parent
18496f0dd9
commit
6d2f39d390
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue