fix tt and nostr

This commit is contained in:
Andrew Camilleri
2025-03-31 12:44:02 +02:00
parent 8046d11ee4
commit 3c741d29ff
5 changed files with 13 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ namespace BTCPayServer.Plugins.NIP05
{
public override IBTCPayServerPlugin.PluginDependency[] Dependencies { get; } =
{
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.0.4"}
new() {Identifier = nameof(BTCPayServer), Condition = ">=2.0.7"}
};
public override void Execute(IServiceCollection applicationBuilder)