From 312e961098b7a9af2ca3c64a69385533be614dc4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 2 Mar 2019 23:38:26 +0900 Subject: [PATCH] Update c-lightning, nbxplorer and lightning libs --- BTCPayServer.Tests/docker-compose.yml | 6 +++--- BTCPayServer/BTCPayServer.csproj | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 36dcae9cb..359fc12c7 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -69,7 +69,7 @@ services: nbxplorer: - image: nicolasdorier/nbxplorer:2.0.0.8 + image: nicolasdorier/nbxplorer:2.0.0.14 restart: unless-stopped ports: - "32838:32838" @@ -119,7 +119,7 @@ services: - "bitcoin_datadir:/data" customer_lightningd: - image: btcpayserver/lightning:v0.6.2-dev + image: btcpayserver/lightning:v0.7.0-1-dev stop_signal: SIGKILL restart: unless-stopped environment: @@ -165,7 +165,7 @@ services: - merchant_lightningd merchant_lightningd: - image: btcpayserver/lightning:v0.6.2-dev + image: btcpayserver/lightning:v0.7.0-1-dev stop_signal: SIGKILL environment: EXPOSE_TCP: "true" diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index c6a7a8417..defa002b3 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -33,7 +33,7 @@ - +