@binance-chain/bsc-ledger-bridge-keyring
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -172,3 +172,3 @@ const { EventEmitter } = require('events') | ||
const checksummedAddress = ethUtil.toChecksumAddress(address) | ||
if (!Object.keys(this.accountIndexes).includes(checksummedAddress) && !accountIndex) { | ||
if (!Object.keys(this.accountIndexes).includes(checksummedAddress) && accountIndex === undefined) { | ||
reject( | ||
@@ -175,0 +175,0 @@ new Error( |
{ | ||
"name": "@binance-chain/bsc-ledger-bridge-keyring", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"description": "A MetaMask compatible keyring, for ledger hardware wallets", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15111