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

@@ -612,7 +612,7 @@ namespace BTCPayServer.Controllers
await _InvoiceRepository.MassArchive(selectedItems, false);
TempData[WellKnownTempData.SuccessMessage] = $"{selectedItems.Length} invoice{(selectedItems.Length == 1 ? "" : "s")} unarchived.";
break;
case "cpfp":
case "cpfp" when storeId is not null:
var network = _NetworkProvider.DefaultNetwork;
var explorer = _ExplorerClients.GetExplorerClient(network);
if (explorer is null)