mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
chore: code clean-up
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user