@ledgerhq/hw-app-btc
Advanced tools
Comparing version
@@ -558,3 +558,3 @@ "use strict"; | ||
// Do the first run with all inputs | ||
_this5.startUntrustedHashTransactionInput(true, targetTransaction, trustedInputs, useBip143).then(function () { | ||
_this5.startUntrustedHashTransactionInput(true, targetTransaction, trustedInputs, true).then(function () { | ||
return (0, _utils.doIf)(!resuming && typeof changePath != "undefined", function () { | ||
@@ -582,3 +582,3 @@ // $FlowFixMe | ||
return _this5.startUntrustedHashTransactionInput(!useBip143 && firstRun, pseudoTX, pseudoTrustedInputs, useBip143).then(function () { | ||
return (0, _utils.doIf)(!segwit && !!additionals && (additionals.includes("abc") || additionals.includes("gold")), function () { | ||
return (0, _utils.doIf)(!segwit, function () { | ||
return (0, _utils.doIf)(!resuming && typeof changePath != "undefined", function () { | ||
@@ -585,0 +585,0 @@ // $FlowFixMe |
{ | ||
"name": "@ledgerhq/hw-app-btc", | ||
"version": "4.12.0-beta.7be0b960", | ||
"version": "4.12.0-beta.a4c9b217", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@ledgerhq/hw-transport": "^4.12.0-beta.7be0b960", | ||
"@ledgerhq/hw-transport": "^4.12.0-beta.a4c9b217", | ||
"create-hash": "^1.1.3" | ||
@@ -31,0 +31,0 @@ }, |
@@ -602,3 +602,3 @@ //@flow | ||
trustedInputs, | ||
useBip143 | ||
true | ||
).then(() => | ||
@@ -639,3 +639,3 @@ doIf(!resuming && typeof changePath != "undefined", () => { | ||
.then(() => | ||
doIf(!segwit && (!!additionals && (additionals.includes("abc") || additionals.includes("gold"))), () => | ||
doIf(!segwit, () => | ||
doIf(!resuming && typeof changePath != "undefined", () => { | ||
@@ -642,0 +642,0 @@ // $FlowFixMe |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
197711
-0.23%