From 5d2a4c4360b82f15d9b3083c93a9202477e8f8e3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 22 Mar 2024 09:39:04 +0000 Subject: [PATCH] Allows nostr --- NostrStreamer/Controllers/LnurlController.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NostrStreamer/Controllers/LnurlController.cs b/NostrStreamer/Controllers/LnurlController.cs index 1ba81c2..9449f9d 100644 --- a/NostrStreamer/Controllers/LnurlController.cs +++ b/NostrStreamer/Controllers/LnurlController.cs @@ -41,7 +41,8 @@ public class LnurlController : Controller MinSendable = LightMoney.Satoshis(1), MaxSendable = LightMoney.Coins(1), Tag = "payRequest", - NostrPubkey = pubKey + NostrPubkey = pubKey, + AllowsNostr = true, }); }