Skip to content

Commit 9032dcb

Browse files
committed
Remove transport close call
1 parent fe6df45 commit 9032dcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/modules/select/wallets/ledger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ async function ledgerProvider(options: {
352352
return `0x${transaction.serialize().toString('hex')}`
353353
} catch (error) {
354354
throw error
355-
} finally {
356-
transport.close()
357355
}
358356
}
359357

0 commit comments

Comments
 (0)