fix: add sats-denominated for confirmations
This commit is contained in:
parent
bf5e6330a8
commit
1089be017b
3 changed files with 3 additions and 2 deletions
|
|
@ -158,7 +158,7 @@
|
||||||
<q-form @submit="hwwSignPsbt" class="q-gutter-md">
|
<q-form @submit="hwwSignPsbt" class="q-gutter-md">
|
||||||
<div class="row q-mt-lg">
|
<div class="row q-mt-lg">
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<span>Check data on your hardware device.</span>
|
<span>Check data on the display of the hardware device.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="tx">
|
<div v-if="tx">
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ async function serialSigner(path) {
|
||||||
name: 'serial-signer',
|
name: 'serial-signer',
|
||||||
template: t,
|
template: t,
|
||||||
|
|
||||||
props: [],
|
props: ['sats-denominated'],
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
selectedPort: null,
|
selectedPort: null,
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
<template v-slot:serial>
|
<template v-slot:serial>
|
||||||
<serial-signer
|
<serial-signer
|
||||||
ref="serialSigner"
|
ref="serialSigner"
|
||||||
|
:sats-denominated="config.data.sats_denominated"
|
||||||
@signed:psbt="updateSignedPsbt"
|
@signed:psbt="updateSignedPsbt"
|
||||||
></serial-signer>
|
></serial-signer>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue