diff --git a/src/app/screens/LNURLChannel/index.tsx b/src/app/screens/LNURLChannel/index.tsx index d99c01bb32..928659b873 100644 --- a/src/app/screens/LNURLChannel/index.tsx +++ b/src/app/screens/LNURLChannel/index.tsx @@ -44,9 +44,6 @@ function LNURLChannel() { const nodeId = infoResponse.node.pubkey; if (!nodeId) { - toast.error( - `No nodeId available. Your account might not support channel requests` - ); throw new Error( `No nodeId available. Your account might not support channel requests` );