@ledgerhq/hw-app-btc
Advanced tools
Comparing version 4.24.0-beta.aeaefa0e to 4.24.0
@@ -159,2 +159,9 @@ "use strict"; | ||
} | ||
// Handle case when no script length: we still want to pass the sequence | ||
// relatable: https://github.com/LedgerHQ/ledger-live-desktop/issues/1386 | ||
if (script.length === 0) { | ||
scriptBlocks.push(sequence); | ||
} | ||
return (0, _utils.eachSeries)(scriptBlocks, function (scriptBlock) { | ||
@@ -161,0 +168,0 @@ return _this.getTrustedInputRaw(scriptBlock); |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "4.24.0-beta.aeaefa0e", | ||
"version": "4.24.0", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "^4.24.0-beta.aeaefa0e", | ||
"@ledgerhq/hw-transport": "^4.24.0", | ||
"create-hash": "^1.1.3" | ||
@@ -31,0 +31,0 @@ }, |
@@ -163,2 +163,9 @@ //@flow | ||
} | ||
// Handle case when no script length: we still want to pass the sequence | ||
// relatable: https://github.com/LedgerHQ/ledger-live-desktop/issues/1386 | ||
if (script.length === 0) { | ||
scriptBlocks.push(sequence); | ||
} | ||
return eachSeries(scriptBlocks, scriptBlock => | ||
@@ -165,0 +172,0 @@ this.getTrustedInputRaw(scriptBlock) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
208457
2228
0