psbt_nostr: minor fix
This commit is contained in:
@@ -145,7 +145,8 @@ class CosignerWallet(Logger):
|
|||||||
self.logger.info(f'nostr pubkey: {self.nostr_pubkey}')
|
self.logger.info(f'nostr pubkey: {self.nostr_pubkey}')
|
||||||
self.messages = asyncio.Queue()
|
self.messages = asyncio.Queue()
|
||||||
self.taskgroup = OldTaskGroup()
|
self.taskgroup = OldTaskGroup()
|
||||||
asyncio.run_coroutine_threadsafe(self.main_loop(), self.network.asyncio_loop)
|
if self.network:
|
||||||
|
asyncio.run_coroutine_threadsafe(self.main_loop(), self.network.asyncio_loop)
|
||||||
|
|
||||||
@log_exceptions
|
@log_exceptions
|
||||||
async def main_loop(self):
|
async def main_loop(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user