From 7d454a4c7b99548844715ffd049cdf41ee1dda61 Mon Sep 17 00:00:00 2001 From: Kukks Date: Sat, 6 Aug 2022 17:05:29 +0200 Subject: [PATCH] make sure entity state gets modified in payout processors --- .../Lightning/LightningAutomatedPayoutProcessor.cs | 5 +++-- .../OnChain/OnChainAutomatedPayoutProcessor.cs | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs b/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs index f96fe2448..e941fd57c 100644 --- a/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs +++ b/BTCPayServer/PayoutProcessors/Lightning/LightningAutomatedPayoutProcessor.cs @@ -14,6 +14,7 @@ using BTCPayServer.PayoutProcessors.Settings; using BTCPayServer.Services; using BTCPayServer.Services.Stores; using LNURL; +using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Logging; using Microsoft.Extensions.Options; using PayoutData = BTCPayServer.Data.PayoutData; @@ -90,7 +91,7 @@ public class LightningAutomatedPayoutProcessor : BaseAutomatedPayoutProcessor