From 362f5c0bd054b9190c0c321f2105fa0cf1ef864b Mon Sep 17 00:00:00 2001 From: zebra-lucky Date: Fri, 28 Nov 2025 12:25:17 +0200 Subject: [PATCH] scripts/receive-payjoin.py: fix _main as async --- scripts/receive-payjoin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')