mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-25 00:44:26 +01:00
Remove useless code
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user