Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Jan 15, 2024
1 parent 3587599 commit a54337c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transactions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const confirmWithWebSockets = (
websocket.on('error', function error(err) {
//@ts-ignore
if (err.code === 'ECONNREFUSED') {
websocket.close();
reject(err.message);
}
});
Expand Down

0 comments on commit a54337c

Please sign in to comment.