chore: code clean-up

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 74328bfeb5
commit 1bd74aba4d
6 changed files with 4 additions and 14 deletions
@@ -108,7 +108,6 @@ async function utxoList(path) {
this.utxos.forEach(u => (u.selected = true))
return
}
console.log('### applyUtxoSelectionMode')
this.utxos.forEach(u => (u.selected = false))
const isManual = mode === 'Manual'