feat: confirm outputs and fee

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent d541bebf38
commit 8746045428
11 changed files with 136 additions and 38 deletions
@@ -9,7 +9,7 @@ async function utxoList(path) {
'accounts',
'selectable',
'payed-amount',
'sats_denominated',
'sats-denominated',
'mempool_endpoint'
],
@@ -90,7 +90,7 @@ async function utxoList(path) {
methods: {
satBtc(val, showUnit = true) {
return satOrBtc(val, showUnit, this['sats_denominated'])
return satOrBtc(val, showUnit, this.satsDenominated)
},
getWalletName: function (walletId) {
const wallet = (this.accounts || []).find(wl => wl.id === walletId)