This commit is contained in:
Kukks
2023-11-02 08:19:31 +01:00
parent cfa7efd11b
commit 74c6931e8c
10 changed files with 266 additions and 159 deletions

View File

@@ -1,10 +1,7 @@
using System;
using System.Linq;
using System.Net.Http;
using BTCPayServer.Plugins.FixedFloat;
using BTCPayServer.Lightning;
using NBitcoin;
namespace BTCPayServer.Lightning.Breez;
namespace BTCPayServer.Plugins.Breez;
public class BreezLightningConnectionStringHandler : ILightningConnectionStringHandler
{