Fix LND autowithdrawal error message (#1052)

This commit is contained in:
ekzyis 2024-04-10 15:59:42 +02:00 committed by GitHub
parent f3c1ebefcf
commit 8956bc8809
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ async function autowithdrawLND ({ amount, maxFee }, { me, models, lnd }) {
})
if (!wallet || !wallet.walletLND) {
throw new Error('no lightning address wallet found')
throw new Error('no lnd wallet found')
}
const { walletLND: { cert, macaroon, socket } } = wallet