submarine_swaps: fix swapserver dying taskgroup (follow-up 21e3fd91dd and 4490bd3a76)
This commit is contained in:
@@ -1725,7 +1725,7 @@ class NostrTransport(SwapServerTransport):
|
||||
"error": str(e)[:100],
|
||||
"reply_to": event.id,
|
||||
})
|
||||
await self.send_direct_message(event.pubkey,[], error_response)
|
||||
await self.send_direct_message(event.pubkey, error_response)
|
||||
else:
|
||||
self.logger.info(f'unknown message {content}')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user