@model SignWithSeedViewModel
@{
var walletId = Context.GetRouteValue("walletId").ToString();
Layout = "_LayoutWizard";
ViewData.SetActivePage(WalletsNavPages.Send, "Sign PSBT", walletId);
var returnUrl = this.Context.Request.Query["returnUrl"].FirstOrDefault();
}
@section Navbar {
@if (returnUrl is string)
{
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.