From cac58808f08376ae20c7644e70452727f2fb4f34 Mon Sep 17 00:00:00 2001 From: rockstardev Date: Sun, 20 May 2018 10:27:35 -0500 Subject: [PATCH] Renaming file to LndInvoiceClient and commenting Dispose --- .../Lightning/Lnd/{LndClient.cs => LndInvoiceClient.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename BTCPayServer/Payments/Lightning/Lnd/{LndClient.cs => LndInvoiceClient.cs} (99%) diff --git a/BTCPayServer/Payments/Lightning/Lnd/LndClient.cs b/BTCPayServer/Payments/Lightning/Lnd/LndInvoiceClient.cs similarity index 99% rename from BTCPayServer/Payments/Lightning/Lnd/LndClient.cs rename to BTCPayServer/Payments/Lightning/Lnd/LndInvoiceClient.cs index 9fc2be03a..1142565c5 100644 --- a/BTCPayServer/Payments/Lightning/Lnd/LndClient.cs +++ b/BTCPayServer/Payments/Lightning/Lnd/LndInvoiceClient.cs @@ -122,7 +122,7 @@ namespace BTCPayServer.Payments.Lightning.Lnd public void Dispose() { - throw new NotImplementedException(); + // } // Invariant culture conversion