From 2e8142e8f534f802b90e99535999634a3e438f75 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 21 Apr 2025 18:12:15 +0900 Subject: [PATCH] Remove useless code --- BTCPayServer/Blazor/VaultBridge/HWIController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/BTCPayServer/Blazor/VaultBridge/HWIController.cs b/BTCPayServer/Blazor/VaultBridge/HWIController.cs index 5a02dec9d..08e8be440 100644 --- a/BTCPayServer/Blazor/VaultBridge/HWIController.cs +++ b/BTCPayServer/Blazor/VaultBridge/HWIController.cs @@ -264,8 +264,6 @@ public class GetXPubController : HWIController var firstDepositPath = new KeyPath(0, 0); var firstDepositAddr = network.NBXplorerNetwork.CreateAddress(strategy, firstDepositPath, strategy.GetDerivation(firstDepositPath).ScriptPubKey); - ui.ShowFeedback(FeedbackType.Loading, - ui.ViewLocalizer["Please verify that the address displayed on your device is {0}...", firstDepositAddr.ToString()]); var verif = new VerifyAddress(ui) {