Fix send from ledger and send from vault

This commit is contained in:
nicolas.dorier 2020-01-17 21:38:27 +09:00
parent d9681398e5
commit ef20a03b95
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
</div>
<div class="row">
<div class="col-md-10">
<form id="broadcastForm" asp-action="WalletPSBTReady" method="post" style="display:none;">
<form id="broadcastForm" asp-action="WalletPSBTReady" asp-route-walletId="@this.Context.GetRouteValue("walletId")" method="post" style="display:none;">
<input type="hidden" id="PSBT" asp-for="PSBT" />
<input type="hidden" asp-for="HintChange" />
<input type="hidden" asp-for="WebsocketPath" />

View File

@ -12,7 +12,7 @@
</div>
<div class="row">
<div id="body" class="col-md-10">
<form id="broadcastForm" asp-action="WalletPSBTReady" method="post" style="display:none;">
<form id="broadcastForm" asp-action="WalletPSBTReady" asp-route-walletId="@this.Context.GetRouteValue("walletId")" method="post" style="display:none;">
<input type="hidden" id="WalletId" asp-for="WalletId" />
<input type="hidden" id="PSBT" asp-for="PSBT" />
<input type="hidden" asp-for="WebsocketPath" />

View File

@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.3.152</Version>
<Version>1.0.3.153</Version>
</PropertyGroup>
</Project>