1
0

tests_lnpeer: trivial fix

This commit is contained in:
SomberNight
2020-04-08 13:18:56 +02:00
parent 1ea89af012
commit 7dabbdd082

View File

@@ -75,7 +75,7 @@ class MockNetwork:
await self.tx_queue.put(tx)
async def try_broadcasting(self, tx, name):
self.broadcast_transaction(tx)
await self.broadcast_transaction(tx)
class MockWallet:
def set_label(self, x, y):