diff --git a/Plugins/BTCPayServer.Plugins.Breez/BTCPayServer.Plugins.Breez.csproj b/Plugins/BTCPayServer.Plugins.Breez/BTCPayServer.Plugins.Breez.csproj index ea0c970..54cb594 100644 --- a/Plugins/BTCPayServer.Plugins.Breez/BTCPayServer.Plugins.Breez.csproj +++ b/Plugins/BTCPayServer.Plugins.Breez/BTCPayServer.Plugins.Breez.csproj @@ -9,7 +9,7 @@ Breez / Greenlight Lightweight lightning baby! - 1.0.2 + 1.0.3 true diff --git a/Plugins/BTCPayServer.Plugins.Breez/BreezLightningClient.cs b/Plugins/BTCPayServer.Plugins.Breez/BreezLightningClient.cs index 8135169..ebbe1a2 100644 --- a/Plugins/BTCPayServer.Plugins.Breez/BreezLightningClient.cs +++ b/Plugins/BTCPayServer.Plugins.Breez/BreezLightningClient.cs @@ -107,7 +107,7 @@ public class BreezLightningClient : ILightningClient, IDisposable, EventListener return new LightningInvoice() { - Amount = LightMoney.MilliSatoshis(p.amountMsat), + Amount = LightMoney.MilliSatoshis(p.amountMsat + p.feeMsat), Id = lnPaymentDetails.data.paymentHash, Preimage = lnPaymentDetails.data.paymentPreimage, PaymentHash = lnPaymentDetails.data.paymentHash,