@model WalletSetupViewModel @addTagHelper *, BundlerMinifier.TagHelpers @{ Layout = "_LayoutWalletSetup"; ViewData.SetActivePageAndTitle(StoreNavPages.Wallet, "Confirm addresses", Context.GetStoreData().StoreName); } @section Navbar { }

@ViewData["Title"]

Please check that your @Model.CryptoCode wallet is generating the same addresses as below.

@if (!ViewContext.ModelState.IsValid) {
}
@if (Model.Source == "Vault") { } @foreach (var sample in Model.AddressSamples) { @if (Model.Source == "Vault") { } }
Key path Address
@sample.KeyPath @sample.Address @* Using single quotes for the data attributes on purpose *@ Show on device
@section Scripts { }