mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
send psbt text field also includes xpubs now
This commit is contained in:
parent
f066f27f83
commit
f1445d7eaf
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
|
||||
<img src="{{qrcode(psbt['base64'])}}" class="qr broad" width="400px" height="400px"/>
|
||||
</div>
|
||||
<div class="log"><code><pre>{{psbt['base64']}}</pre></code></div>
|
||||
<!-- because coldcard psbt is the most complete (includes xpubs) -->
|
||||
<div class="log"><code><pre>{{psbt['coldcard']}}</pre></code></div>
|
||||
<div class="log"><b id="sigscount">0</b> signatures aquired</div>
|
||||
<br><a class="btn centered" download='to{{address}}{{amount}}.psbt' href="data:application/octet-stream;base64,{{psbt['coldcard']}}">Download transaction</a>
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue