From 96c04481daa12e0d38222cd5bebe44b89b129f40 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 5 May 2020 06:55:19 +0900 Subject: [PATCH] bump NBXplorer --- BTCPayServer.Client/BTCPayServer.Client.csproj | 2 +- BTCPayServer.Common/BTCPayServer.Common.csproj | 2 +- BTCPayServer.Tests/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index a85e5f778..3f2894cb0 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -5,7 +5,7 @@ - + diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index eba1584ad..6d4db4535 100644 --- a/BTCPayServer.Common/BTCPayServer.Common.csproj +++ b/BTCPayServer.Common/BTCPayServer.Common.csproj @@ -4,6 +4,6 @@ - + diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 87003a609..5121996de 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -78,7 +78,7 @@ services: - customer_lnd - merchant_lnd nbxplorer: - image: nicolasdorier/nbxplorer:2.1.24 + image: nicolasdorier/nbxplorer:2.1.25 restart: unless-stopped ports: - "32838:32838"