Files
btcpayserver/BTCPayServer/Views/Wallets/SigningContext.cshtml
2020-06-22 13:57:42 +09:00

11 lines
339 B
Plaintext

@model BTCPayServer.Models.WalletViewModels.SigningContextModel
@if (Model != null)
{
<input type="hidden" asp-for="PSBT" />
<input type="hidden" asp-for="OriginalPSBT" />
<input type="hidden" asp-for="PayJoinBIP21" />
<input type="hidden" asp-for="EnforceLowR" />
<input type="hidden" asp-for="ChangeAddress" />
}