feat: always show PSBT input text (for outside PSBTs)
This commit is contained in:
parent
412dc8b579
commit
99813a48cd
1 changed files with 1 additions and 5 deletions
|
|
@ -1023,11 +1023,7 @@
|
|||
>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<q-input
|
||||
v-if="payment.psbtBase64"
|
||||
v-model="payment.psbtBase64"
|
||||
filled
|
||||
/>
|
||||
<q-input v-model="payment.psbtBase64" filled />
|
||||
</div>
|
||||
</div>
|
||||
<q-separator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue