Skip to content

Commit

Permalink
refactor: change generate to derive on pegput native button for BTC a…
Browse files Browse the repository at this point in the history
…ddress
  • Loading branch information
annipi authored and alexjavabraz committed Nov 21, 2024
1 parent 750e942 commit 9e18b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pegout/components/PegoutOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -94,17 +94,17 @@
</div>
<template v-else>
<v-text-field
:v-model="session.btcDerivedAddress || 'Address needs to be generated'"
:v-model="session.btcDerivedAddress || 'Derived Bitcoin Address'"
flat
hide-details
density="compact"
rounded="lg"
variant="solo"
:placeholder="session.btcDerivedAddress || 'Address needs to be generated'">
:placeholder="session.btcDerivedAddress || 'Derived Bitcoin Address'">
<template v-slot:append-inner>
<v-chip v-if="isWalletAuthorizedToSign && !session.btcDerivedAddress"
variant="outlined" @click="$emit('openAddressDialog')">
Generate
Derive
</v-chip>
</template>
</v-text-field>
Expand Down

0 comments on commit 9e18b3f

Please sign in to comment.