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

@@ -24,6 +24,7 @@ using System.Net.Mail;
using System.Threading.Tasks;
using Renci.SshNet;
using BTCPayServer.Logging;
using BTCPayServer.Lightning;
namespace BTCPayServer.Controllers
{