mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
change hook names
This commit is contained in:
@@ -197,7 +197,7 @@ namespace BTCPayServer.Plugins.NIP05
|
|||||||
{
|
{
|
||||||
private readonly Nip5Controller _nip5Controller;
|
private readonly Nip5Controller _nip5Controller;
|
||||||
private readonly LightningAddressService _lightningAddressService;
|
private readonly LightningAddressService _lightningAddressService;
|
||||||
public override string Hook => "lnurlp";
|
public override string Hook => "modify-lnurlp-request";
|
||||||
|
|
||||||
public LnurlFilter(Nip5Controller nip5Controller, LightningAddressService lightningAddressService)
|
public LnurlFilter(Nip5Controller nip5Controller, LightningAddressService lightningAddressService)
|
||||||
{
|
{
|
||||||
@@ -249,7 +249,7 @@ namespace BTCPayServer.Plugins.NIP05
|
|||||||
_memoryCache = memoryCache;
|
_memoryCache = memoryCache;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Hook => "lnurlp-description";
|
public override string Hook => "modify-lnurlp-description";
|
||||||
|
|
||||||
public override async Task<string> Execute(string arg)
|
public override async Task<string> Execute(string arg)
|
||||||
{
|
{
|
||||||
|
|||||||
Submodule submodules/btcpayserver updated: 6388057806...72e66aa576
Reference in New Issue
Block a user