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 @@ - +