@ledgerhq/hw-app-btc
Advanced tools
Comparing version 4.3.0-beta.954e9e07 to 4.3.0-beta.c3ce76cd
@@ -309,3 +309,3 @@ "use strict"; | ||
} else { | ||
scriptBlocks.push(Buffer.concat([input.script.slice(offset, offset + blockSize), input.sequence ? input.sequence : Buffer.alloc(0)])); | ||
scriptBlocks.push(Buffer.concat([input.script.slice(offset, offset + blockSize), input.sequence ? input.sequence : DEFAULT_SEQUENCE])); | ||
} | ||
@@ -312,0 +312,0 @@ offset += blockSize; |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "4.3.0-beta.954e9e07", | ||
"version": "4.3.0-beta.c3ce76cd", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "^4.3.0-beta.954e9e07", | ||
"@ledgerhq/hw-transport": "^4.3.0-beta.c3ce76cd", | ||
"create-hash": "^1.1.3" | ||
@@ -31,0 +31,0 @@ }, |
@@ -305,3 +305,3 @@ //@flow | ||
input.script.slice(offset, offset + blockSize), | ||
input.sequence ? input.sequence : Buffer.alloc(0) | ||
input.sequence ? input.sequence : DEFAULT_SEQUENCE | ||
]) | ||
@@ -308,0 +308,0 @@ ); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
194438