From a8acb6768a6965d1507a3a1d0a8e2f4c36e67bb2 Mon Sep 17 00:00:00 2001 From: Richard Safier Date: Tue, 23 Jul 2024 02:06:14 -0400 Subject: [PATCH] 1.7.1 --- LNUnit.LND/LNUnit.LND.csproj | 2 +- LNUnit.LND/LoopConnection.cs | 14 +++++++------- LNUnit/LNUnit.csproj | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/LNUnit.LND/LNUnit.LND.csproj b/LNUnit.LND/LNUnit.LND.csproj index 35716ed..4c2380e 100644 --- a/LNUnit.LND/LNUnit.LND.csproj +++ b/LNUnit.LND/LNUnit.LND.csproj @@ -5,7 +5,7 @@ enable true LNUnit.LND - 1.7.0 + 1.7.1 LNUnit LND Typed Clients net8.0 12.0 diff --git a/LNUnit.LND/LoopConnection.cs b/LNUnit.LND/LoopConnection.cs index 10c7019..050b74e 100644 --- a/LNUnit.LND/LoopConnection.cs +++ b/LNUnit.LND/LoopConnection.cs @@ -1,9 +1,9 @@ -using System.Security.Cryptography.X509Certificates; +using System.Security.Cryptography.X509Certificates; using Grpc.Core; -using Grpc.Net.Client; +using Grpc.Net.Client; using Looprpc; -using Microsoft.Extensions.Logging; -using ServiceStack; +using Microsoft.Extensions.Logging; +using ServiceStack; namespace LNUnit.LND; @@ -27,9 +27,9 @@ public LoopConnection(LoopSettings settings, ILogger? logger = n public LoopSettings Settings { get; internal set; } public string Host { get; internal set; } - public GrpcChannel gRPCChannel { get; internal set; } - public Looprpc.SwapClient.SwapClientClient SwapClient { get; set; } - + public GrpcChannel gRPCChannel { get; internal set; } + public Looprpc.SwapClient.SwapClientClient SwapClient { get; set; } + public void StartWithBase64(string tlsCertBase64, string macaroonBase64, string host) { diff --git a/LNUnit/LNUnit.csproj b/LNUnit/LNUnit.csproj index c537c69..086e8be 100644 --- a/LNUnit/LNUnit.csproj +++ b/LNUnit/LNUnit.csproj @@ -5,7 +5,7 @@ enable enable Linux - 1.7.0 + 1.7.1 true LNUnit Lightning Network Unit Testing Framework