From ee69c35e4b5de2f7c7cb12a4735c5b7ce8f274a0 Mon Sep 17 00:00:00 2001 From: Believethehype Date: Mon, 27 Nov 2023 10:37:26 +0100 Subject: [PATCH] setting default zaps to private --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index a9b2e52..4d1e465 100644 --- a/bot.py +++ b/bot.py @@ -238,7 +238,7 @@ class Bot: user = get_or_add_user(db=self.dvm_config.DB, npub=nostr_event.pubkey().to_hex(), client=self.client, config=self.dvm_config) print("PAYING: " + user.name) - bolt11 = zap(user.lud16, amount, "Zap", nostr_event, self.keys, self.dvm_config, "public") + bolt11 = zap(user.lud16, amount, "Zap", nostr_event, self.keys, self.dvm_config, "private") if bolt11 == None: print("Receiver has no Lightning address") return