mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 13:26:33 +01:00
Update LightningSettings.tsx
This commit is contained in:
parent
c5c2ce8a61
commit
e93259e39e
@ -112,8 +112,6 @@ const save = useCallback(async () => {
|
||||
await DefaultPreference.setName(GROUP_IO_BLUEWALLET);
|
||||
if (URI) {
|
||||
const normalizedURI = new URL(URI.replace(/([^:]\/)\/+/g, '$1')).toString();
|
||||
|
||||
// Validate the normalized URI
|
||||
await LightningCustodianWallet.isValidNodeAddress(normalizedURI);
|
||||
|
||||
await setLNDHub(normalizedURI);
|
||||
|
Loading…
Reference in New Issue
Block a user