Browse Source

scripts/receive-payjoin.py: fix _main as async

add_frost
zebra-lucky 2 weeks ago
parent
commit
362f5c0bd0
  1. 2
      scripts/receive-payjoin.py

2
scripts/receive-payjoin.py

@ -90,7 +90,7 @@ async def receive_payjoin_main():
@wrap_main
def _main():
async def _main():
await receive_payjoin_main()
jmprint('done')

Loading…
Cancel
Save