Allows nostr

This commit is contained in:
2024-03-22 09:39:04 +00:00
parent 7283d18ae7
commit 5d2a4c4360

View File

@ -41,7 +41,8 @@ public class LnurlController : Controller
MinSendable = LightMoney.Satoshis(1),
MaxSendable = LightMoney.Coins(1),
Tag = "payRequest",
NostrPubkey = pubKey
NostrPubkey = pubKey,
AllowsNostr = true,
});
}