From e0bfc590b2443758475900d502cebf033f721f78 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Tue, 1 Apr 2025 23:36:56 +0200 Subject: [PATCH] Remove mention of autowithdrawal for lnaddr (#2054) --- wallets/lightning-address/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/lightning-address/index.js b/wallets/lightning-address/index.js index 620222e3..25cb888f 100644 --- a/wallets/lightning-address/index.js +++ b/wallets/lightning-address/index.js @@ -15,7 +15,7 @@ export const fields = [ validate: lightningAddressValidator.test({ name: 'address', test: addr => !addr.toLowerCase().endsWith('@stacker.news'), - message: 'automated withdrawals must be external' + message: 'lightning address must be external' }) } ]