Browse Source
tests_lnpeer: trivial fix
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/tests/test_lnpeer.py
|
@ -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): |
|
|