From 7e3cda904aceb9d8a3d2567f3f01556d8d34b4e0 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 4 Nov 2021 23:55:58 +0900 Subject: [PATCH] Fix: Lightning address pay fails if millisatoshi is not 0 mod 1000 on LND (#3056) --- BTCPayServer.Client/BTCPayServer.Client.csproj | 2 +- BTCPayServer/BTCPayServer.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer.Client/BTCPayServer.Client.csproj b/BTCPayServer.Client/BTCPayServer.Client.csproj index 38a38788d..033cfee25 100644 --- a/BTCPayServer.Client/BTCPayServer.Client.csproj +++ b/BTCPayServer.Client/BTCPayServer.Client.csproj @@ -28,7 +28,7 @@ - + diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index e26ac90f7..dd86838f1 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -1,4 +1,4 @@ - + @@ -55,7 +55,7 @@ - +