chore: code clean-up

This commit is contained in:
Vlad Stan 2022-11-25 11:06:45 +02:00 committed by dni ⚡
parent 871d716539
commit e0f595775c

View file

@ -539,7 +539,6 @@
'/watchonly/api/v1/config', '/watchonly/api/v1/config',
this.g.user.wallets[0].inkey this.g.user.wallets[0].inkey
) )
console.log('### data', data)
this.mempool.endpoint = data.mempool_endpoint this.mempool.endpoint = data.mempool_endpoint
this.mempool.network = data.network || 'Mainnet' this.mempool.network = data.network || 'Mainnet'
const url = new URL(this.mempool.endpoint) const url = new URL(this.mempool.endpoint)