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) {