Skip to content

Commit

Permalink
fix(blockchain-link): remove sol console error
Browse files Browse the repository at this point in the history
  • Loading branch information
marekrjpolak committed Jan 24, 2025
1 parent b87ceb9 commit dc32220
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/blockchain-link/src/workers/solana/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ const handleAccountNotification = async (
});
}
} catch (error) {
console.error('Solana subscription error:', error);
if (isSolanaError(error, SOLANA_ERROR__RPC_SUBSCRIPTIONS__CHANNEL_CONNECTION_CLOSED)) {
// The WS was closed, we should unsubscribe
if (account.subscriptionId) abortSubscription(account.subscriptionId);
Expand Down

0 comments on commit dc32220

Please sign in to comment.