Allows nostr
This commit is contained in:
@ -41,7 +41,8 @@ public class LnurlController : Controller
|
|||||||
MinSendable = LightMoney.Satoshis(1),
|
MinSendable = LightMoney.Satoshis(1),
|
||||||
MaxSendable = LightMoney.Coins(1),
|
MaxSendable = LightMoney.Coins(1),
|
||||||
Tag = "payRequest",
|
Tag = "payRequest",
|
||||||
NostrPubkey = pubKey
|
NostrPubkey = pubKey,
|
||||||
|
AllowsNostr = true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user