Fix: Labels wouldn't be properly applied to some wallet's transactions (#5770)

This commit is contained in:
Nicolas Dorier
2024-02-20 18:42:38 +09:00
committed by GitHub
parent 214d4b0c3f
commit c2acff81c6
5 changed files with 43 additions and 41 deletions

View File

@@ -261,7 +261,8 @@ namespace BTCPayServer.Controllers
Destination = destination,
PullPaymentId = pullPaymentId,
Value = vm.ClaimedAmount,
PaymentMethodId = paymentMethodId
PaymentMethodId = paymentMethodId,
StoreId = pp.StoreId
});
if (result.Result != ClaimRequest.ClaimResult.Ok)