Remove useless code

This commit is contained in:
nicolas.dorier
2025-04-21 18:12:15 +09:00
parent a2d94a265b
commit 2e8142e8f5

View File

@@ -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 <b>{0}</b>...", firstDepositAddr.ToString()]);
var verif = new VerifyAddress(ui)
{