From 9fc325cc950b0fc312fc2d551b18e90c5fe7cc36 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Sun, 26 Nov 2023 13:10:35 +0100 Subject: [PATCH] Update zap_utils.py --- utils/zap_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/zap_utils.py b/utils/zap_utils.py index bd71999..9a0185c 100644 --- a/utils/zap_utils.py +++ b/utils/zap_utils.py @@ -150,7 +150,7 @@ def decrypt_private_zap_message(msg: str, privkey: SecretKey, pubkey: PublicKey) return str(ex) -def zap(lud16: str, amount: int, zap_type, content, recipient_pubkey, zapped_event, keys, dvm_config): +def zap(lud16: str, amount: int, content, recipient_pubkey, zapped_event, keys, dvm_config): if lud16.startswith("LNURL") or lud16.startswith("lnurl"): url = lnurl.decode(lud16) elif '@' in lud16: #LNaddress