From b96e73a002ee04ad5019fc08c1cfadc2f1cc95bb Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Thu, 8 Feb 2024 16:32:41 +0900 Subject: [PATCH] Fix: Payouts state could turn cancelled even if payment was successful --- .../Lightning/LightningAutomatedPayoutProcessor.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs b/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs index d46583c8f..4bdf41fe3 100644 --- a/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs +++ b/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs @@ -88,11 +88,11 @@ public class LightningAutomatedPayoutProcessor : BaseAutomatedPayoutProcessor