1
0

fix sweeping anchor outputs with multiple change addresses option enabled, don't consider tx inputs sufficient value if there are no outputs so change outpu gets added

This commit is contained in:
f321x
2025-03-14 15:24:36 +01:00
parent 42b072aca8
commit 5edbf923cd
4 changed files with 67 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ class MockNetwork(Logger):
return tx.txid()
async def next_tx(self):
await self._tx_event.wait()
await util.wait_for2(self._tx_event.wait(), timeout=10)
return self._tx