From 3a05f7e294536efcdcee0ca013360ded8b5f2dfa Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 8 May 2019 14:40:16 +0900 Subject: [PATCH] PSBT export support in send from wallet screen --- BTCPayServer.Tests/docker-compose.yml | 2 +- BTCPayServer/BTCPayServer.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index bfde7f739..ef6f6e010 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -71,7 +71,7 @@ services: nbxplorer: - image: nicolasdorier/nbxplorer:2.0.0.38 + image: nicolasdorier/nbxplorer:2.0.0.39 restart: unless-stopped ports: - "32838:32838" diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 5eb46ca45..f5b5653cf 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.3.95 + 1.0.3.96 NU1701,CA1816,CA1308,CA1810,CA2208