@codewarriorr/hw-app-btcv
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@codewarriorr/hw-app-btcv", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Ledger Hardware Wallet Bitcoin Vault Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -23,9 +23,10 @@ // @flow | ||
const data = password.toString("hex"); | ||
// const data = password.toString("hex"); | ||
const buffer = Buffer.from(password, "hex"); | ||
const p1 = passwordType[type]; | ||
const p2 = 0; | ||
const response = await transport.send(0xe0, 0xD8, p1, p2, data); | ||
const response = await transport.send(0xe0, 0xD8, p1, p2, buffer); | ||
return { response }; | ||
} |
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
676718
7959