Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Oct 4, 2023
1 parent 2c0c067 commit 26df603
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/hdwallet-ledger/src/utxoUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ export function convertXpubVersion(xpub: string, accountType: UtxoAccountType |
const payload = decode(xpub);
const version = payload.slice(0, 4);
const desiredVersion = accountTypeToVersion(coin, accountType);
// eslint-disable-next-line no-console
if (version.compare(desiredVersion) !== 0) {
// Get the key without the version code at the front
const key = payload.slice(4);
Expand Down

0 comments on commit 26df603

Please sign in to comment.