mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-18 04:34:21 +01:00
11 lines
339 B
Plaintext
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" />
|
|
}
|