tests_lnpeer: trivial fix
This commit is contained in:
@@ -75,7 +75,7 @@ class MockNetwork:
|
|||||||
await self.tx_queue.put(tx)
|
await self.tx_queue.put(tx)
|
||||||
|
|
||||||
async def try_broadcasting(self, tx, name):
|
async def try_broadcasting(self, tx, name):
|
||||||
self.broadcast_transaction(tx)
|
await self.broadcast_transaction(tx)
|
||||||
|
|
||||||
class MockWallet:
|
class MockWallet:
|
||||||
def set_label(self, x, y):
|
def set_label(self, x, y):
|
||||||
|
|||||||
Reference in New Issue
Block a user