From 51ef3ec65645de65596040ad5ef631e6aae24c71 Mon Sep 17 00:00:00 2001 From: NicolasDorier Date: Wed, 4 Oct 2017 19:29:39 +0900 Subject: [PATCH] Update to NBXplorer supporting several scheme --- BTCPayServer.Tests/TestAccount.cs | 2 +- BTCPayServer.Tests/docker-compose.yml | 2 +- BTCPayServer/BTCPayServer.csproj | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BTCPayServer.Tests/TestAccount.cs b/BTCPayServer.Tests/TestAccount.cs index 99b2c454f..b792b5a1e 100644 --- a/BTCPayServer.Tests/TestAccount.cs +++ b/BTCPayServer.Tests/TestAccount.cs @@ -45,7 +45,7 @@ namespace BTCPayServer.Tests await store.UpdateStore(StoreId, new StoreViewModel() { - ExtPubKey = extKey.Neuter().ToString(), + ExtPubKey = extKey.Neuter().ToString() + "-[legacy]", SpeedPolicy = SpeedPolicy.MediumSpeed }); Assert.IsType(await store.RequestPairing(pairingCode.ToString())); diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index c818c1354..13e57da53 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -14,7 +14,7 @@ services: - nbxplorer nbxplorer: - image: nicolasdorier/nbxplorer:1.0.0.13 + image: nicolasdorier/nbxplorer:1.0.0.14 ports: - "32838:32838" expose: diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index dfbe43faa..9f9dd3f0a 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.0 - 1.0.0.3 + 1.0.0.4 @@ -24,7 +24,7 @@ - +