diff --git a/src/app/router/connectorRoutes.tsx b/src/app/router/connectorRoutes.tsx index 2ea902deb9..4a61e355c8 100644 --- a/src/app/router/connectorRoutes.tsx +++ b/src/app/router/connectorRoutes.tsx @@ -260,12 +260,6 @@ function getConnectorRoutes(): ConnectorRoute[] { connectorMap["voltage"], connectorMap[galoyPaths.blink], connectorMap[galoyPaths.bitcoinJungle], - getDistribution("citadel"), - getDistribution("umbrel"), - getDistribution("mynode"), - getDistribution("startos"), - getDistribution("raspiblitz"), - connectorMap["nwc"], connectorMap["lawallet"], connectorMap["lnd-hub-go"], connectorMap["eclair"], diff --git a/src/app/screens/connectors/ConnectLaWallet/index.tsx b/src/app/screens/connectors/ConnectLaWallet/index.tsx index 36ed8f6a35..26bedc8cec 100644 --- a/src/app/screens/connectors/ConnectLaWallet/index.tsx +++ b/src/app/screens/connectors/ConnectLaWallet/index.tsx @@ -62,11 +62,11 @@ export default function ConnectLaWallet() { relay_url, } = formData; - const publicKey = new Nostr(private_key).getPublicKey(); const domain = identity_endpoint.replace(/https?:\/\//, ""); let username; try { + const publicKey = new Nostr(private_key).getPublicKey(); const response = await LaWallet.request<{ username: string }>( identity_endpoint, "GET",