From 243e8eeb656a269934c656cf42413c2d9a8a03b2 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sat, 6 Sep 2025 05:23:07 +0200 Subject: [PATCH] LNbits send does not support tor (#2489) --- wallets/lib/protocols/lnbits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/lib/protocols/lnbits.js b/wallets/lib/protocols/lnbits.js index 7aa8fea0..b5e55c8c 100644 --- a/wallets/lib/protocols/lnbits.js +++ b/wallets/lib/protocols/lnbits.js @@ -37,7 +37,7 @@ export default [ name: 'url', label: 'url', type: 'text', - validate: urlValidator('clearnet', 'tor'), + validate: urlValidator('clearnet'), required: true, share: true },