chore: code clean-up

This commit is contained in:
Vlad Stan 2022-11-25 11:06:45 +02:00
parent 5440d4ab19
commit 6f5c9a7798

View File

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