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
@@ -685,7 +685,6 @@ const watchOnly = async () => {
this.utxos.total = 0
this.history = []
const addresses = this.addresses.filter(a => a.hasActivity)
console.log('### scanAddressWithAmount', this.addresses, addresses)
await this.updateUtxosForAddresses(addresses)
},
scanAddress: async function (addressData) {