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 },