diff --git a/worker/autowithdraw.js b/worker/autowithdraw.js index f0685a05..00bcecc4 100644 --- a/worker/autowithdraw.js +++ b/worker/autowithdraw.js @@ -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