Skip to content

Commit b7a8055

Browse files
authored
Merge pull request #303 from blocknative/fix/ledger-transport-close
Fix: Ledger transport close. Closes #302
2 parents fe6df45 + 9032dcb commit b7a8055

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)