minor improvement to UI of PSBT

This commit is contained in:
nicolas.dorier
2019-05-12 15:16:40 +09:00
parent 560dde3396
commit 14647d5778
3 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Version>1.0.3.101</Version>
<Version>1.0.3.102</Version>
<NoWarn>NU1701,CA1816,CA1308,CA1810,CA2208</NoWarn>
</PropertyGroup>
<PropertyGroup>

View File

@@ -36,8 +36,8 @@
<button name="command" type="submit" class="dropdown-item" value="ledger">... your Ledger Wallet device</button>
<button name="command" type="submit" class="dropdown-item" value="save-psbt">... a wallet supporting PSBT files</button>
</div>
<button name="command" type="submit" class="btn btn-primary" value="broadcast">Broadcast</button>
<button name="command" type="submit" class="btn btn-primary" value="combine">Combine with another PSBT</button>
<button name="command" type="submit" class="btn btn-secondary" value="broadcast">Broadcast</button>
<button name="command" type="submit" class="btn btn-secondary" value="combine">Combine with another PSBT</button>
</div>
</form>
</div>

View File

@@ -90,8 +90,8 @@
<div class="dropdown-menu" aria-labelledby="SendMenu">
<button name="command" type="submit" class="dropdown-item" value="ledger">... your Ledger Wallet device</button>
<button name="command" type="submit" class="dropdown-item" value="save-psbt">... a wallet supporting PSBT</button>
<button name="command" type="submit" class="dropdown-item" value="analyze-psbt">... analyze the PSBT</button>
</div>
<button name="command" type="submit" class="btn btn-secondary" value="analyze-psbt">... analyze the PSBT</button>
</div>
</div>
</form>