diff --git a/scripts/receive-payjoin.py b/scripts/receive-payjoin.py index 637bdb0..f84853f 100755 --- a/scripts/receive-payjoin.py +++ b/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')