We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b317b commit 3a199e6Copy full SHA for 3a199e6
packages/ledger/src/index.ts
@@ -176,7 +176,6 @@ function ledger({
176
177
return getAddresses(derivationPath, asset, ethersProvider, eth)
178
} catch (error) {
179
- console.log('err', error)
180
const { statusText } = error as { statusText: string }
181
throw new Error(
182
statusText === 'UNKNOWN_ERROR'
0 commit comments