@using BTCPayServer.Controllers
@model SignWithSeedViewModel
@{
var walletId = Context.GetRouteValue("walletId").ToString();
var cancelUrl = Model.ReturnUrl ?? Url.Action(nameof(UIWalletsController.WalletTransactions), new { walletId });
var backUrl = Model.BackUrl != null ? $"{Model.BackUrl}?returnUrl={Model.ReturnUrl}" : null;
Layout = "_LayoutWizard";
ViewData.SetActivePage(WalletsNavPages.Send, "Sign PSBT", walletId);
}
@section Navbar {
@if (backUrl != null)
{
Using an HD private key or mnemonic seed@ViewData["Title"]
Before you proceed, please understand the following:
Otherwise you are exposing yourself to malicious site owners, or to malicious plugins installed in your browser.