diff --git a/BTCPayServer.Common/BTCPayServer.Common.csproj b/BTCPayServer.Common/BTCPayServer.Common.csproj index fef55f324..367cecb8a 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 8b7c9aafa..a366c462b 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -227,7 +227,7 @@ services: - MYSQL_ALLOW_EMPTY_PASSWORD=yes merchant_lnd: - image: btcpayserver/lnd:v0.6-beta + image: btcpayserver/lnd:v0.7.0-beta restart: unless-stopped environment: LND_CHAIN: "btc" @@ -258,7 +258,7 @@ services: - bitcoind customer_lnd: - image: btcpayserver/lnd:v0.6-beta + image: btcpayserver/lnd:v0.7.0-beta restart: unless-stopped environment: LND_CHAIN: "btc" diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 06c583d87..a8e91da41 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -30,7 +30,7 @@ - +