From e3283fb29b4f59c1089cdc42ab26396ef472dc7b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 15 Jul 2019 19:40:06 +0900 Subject: [PATCH] Bump NBitcoin and NBXplorer --- BTCPayServer.Common/BTCPayServer.Common.csproj | 4 ++-- BTCPayServer.Tests/docker-compose.yml | 5 +---- BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml | 2 +- BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index 367cecb8a..5b4eed1b9 100644 --- a/BTCPayServer.Common/BTCPayServer.Common.csproj +++ b/BTCPayServer.Common/BTCPayServer.Common.csproj @@ -4,7 +4,7 @@ - - + + diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index a366c462b..472f9d565 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -67,11 +67,8 @@ services: - mysql - customer_lnd - merchant_lnd - - - nbxplorer: - image: nicolasdorier/nbxplorer:2.0.0.52 + image: nicolasdorier/nbxplorer:2.0.0.55 restart: unless-stopped ports: - "32838:32838" diff --git a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml index 1ca73a734..61e8dd4d6 100644 --- a/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml +++ b/BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml @@ -147,7 +147,7 @@ @if (Model.NotificationEmailWarning) { - + } diff --git a/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml b/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml index 515b6e488..9ff60b255 100644 --- a/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml +++ b/BTCPayServer/Views/Apps/UpdatePointOfSale.cshtml @@ -120,7 +120,7 @@ @if (Model.NotificationEmailWarning) { - + }