Remove Lightning Specific logic from BTCPay, and use BTCPayServer.Lightning packages instead

This commit is contained in:
nicolas.dorier
2018-08-30 11:50:39 +09:00
parent f3ed90399b
commit f5d81334f8
36 changed files with 67 additions and 11717 deletions

View File

@@ -14,6 +14,7 @@ using BTCPayServer.Payments.Lightning;
using Renci.SshNet;
using NBitcoin.DataEncoders;
using BTCPayServer.SSH;
using BTCPayServer.Lightning;
namespace BTCPayServer.Configuration
{