Remove unused variable
This commit is contained in:
parent
1b726e452a
commit
b5b6a1350a
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ module.exports = async (
|
||||||
|
|
||||||
app.post('/api/lnd/wallet/existing', async (req, res) => {
|
app.post('/api/lnd/wallet/existing', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const { password, alias, accessSecret } = req.body
|
const { password, alias } = req.body
|
||||||
const healthResponse = await checkHealth()
|
const healthResponse = await checkHealth()
|
||||||
const exists = await walletExists()
|
const exists = await walletExists()
|
||||||
const allowUnlockedLND = process.env.ALLOW_UNLOCKED_LND === 'true'
|
const allowUnlockedLND = process.env.ALLOW_UNLOCKED_LND === 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue