fix: create invoice for fresh merchant
This commit is contained in:
parent
eb01b3ab34
commit
6498f1aa96
6 changed files with 42 additions and 19 deletions
|
|
@ -49,7 +49,7 @@ def nostrmarket_start():
|
|||
async def _wait_for_nostr_events():
|
||||
# wait for this extension to initialize
|
||||
await asyncio.sleep(5)
|
||||
await wait_for_nostr_events(recieve_event_queue, send_req_queue)
|
||||
await wait_for_nostr_events(recieve_event_queue)
|
||||
|
||||
loop = asyncio.get_event_loop()
|
||||
task1 = loop.create_task(catch_everything_and_restart(wait_for_paid_invoices))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue