@backpacker69/hw-app-btc
Advanced tools
Comparing version 6.12.7 to 6.12.8
@@ -76,3 +76,3 @@ "use strict"; | ||
return __awaiter(this, void 0, void 0, function () { | ||
var _a, inputs, associatedKeysets, outputScriptHex, lockTime, sigHashType, segwit, transactionVersion, initialTimestamp, nullScript, nullPrevout, defaultVersion, trustedInputs, regularOutputs, signatures, firstRun, resuming, targetTransaction, getTrustedInputCall, outputScript, inputs_1, inputs_1_1, input, trustedInput, sequence, outputs, index, e_1_1, i, sequence, i, input, script, pseudoTX, pseudoTrustedInputs, signature; | ||
var _a, inputs, associatedKeysets, outputScriptHex, lockTime, sigHashType, segwit, transactionVersion, initialTimestamp, nullScript, nullPrevout, defaultVersion, trustedInputs, regularOutputs, signatures, firstRun, resuming, startTime, targetTransaction, getTrustedInputCall, outputScript, inputs_1, inputs_1_1, input, trustedInput, sequence, outputs, index, e_1_1, i, sequence, i, input, script, pseudoTX, pseudoTrustedInputs, signature; | ||
var e_1, _b; | ||
@@ -92,2 +92,3 @@ return __generator(this, function (_c) { | ||
resuming = false; | ||
startTime = Date.now(); | ||
targetTransaction = { | ||
@@ -94,0 +95,0 @@ inputs: [], |
{ | ||
"name": "@backpacker69/hw-app-btc", | ||
"version": "6.12.7", | ||
"version": "6.12.8", | ||
"description": "Ledger Hardware Wallet Bitcoin Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -61,2 +61,3 @@ import type Transport from "@ledgerhq/hw-transport"; | ||
const resuming = false; | ||
const startTime = Date.now(); | ||
const targetTransaction: Transaction = { | ||
@@ -63,0 +64,0 @@ inputs: [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1173916
327
18463
2