hw-app-dfi
Advanced tools
Comparing version 7.0.20 to 7.0.21
@@ -217,2 +217,3 @@ var __extends = (this && this.__extends) || (function () { | ||
p2wpkh.prototype.setSingleKeyInput = function (i, inputTx, spentOutput, pubkey, path) { | ||
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path); | ||
if (!inputTx) { | ||
@@ -219,0 +220,0 @@ throw new Error("Full input base transaction required"); |
@@ -359,2 +359,3 @@ var __extends = (this && this.__extends) || (function () { | ||
PsbtV2.prototype.setInput = function (index, keyType, keyData, value) { | ||
console.log("setInput", index, keyType, keyData, value); | ||
set(this.getMap(index, this.inputMaps), keyType, keyData, value); | ||
@@ -361,0 +362,0 @@ }; |
@@ -220,2 +220,3 @@ "use strict"; | ||
p2wpkh.prototype.setSingleKeyInput = function (i, inputTx, spentOutput, pubkey, path) { | ||
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path); | ||
if (!inputTx) { | ||
@@ -222,0 +223,0 @@ throw new Error("Full input base transaction required"); |
@@ -362,2 +362,3 @@ "use strict"; | ||
PsbtV2.prototype.setInput = function (index, keyType, keyData, value) { | ||
console.log("setInput", index, keyType, keyData, value); | ||
set(this.getMap(index, this.inputMaps), keyType, keyData, value); | ||
@@ -364,0 +365,0 @@ }; |
{ | ||
"name": "hw-app-dfi", | ||
"version": "7.0.20", | ||
"version": "7.0.21", | ||
"description": "Ledger Hardware Wallet DeFiChain Application API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -349,2 +349,3 @@ import { crypto } from "bitcoinjs-lib"; | ||
) { | ||
console.log("p2wpkh.setSingleKeyInput", i, inputTx, spentOutput, pubkey, path); | ||
if (!inputTx) { | ||
@@ -351,0 +352,0 @@ throw new Error("Full input base transaction required"); |
@@ -393,2 +393,3 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */ | ||
) { | ||
console.log("setInput", index, keyType, keyData, value); | ||
set(this.getMap(index, this.inputMaps), keyType, keyData, value); | ||
@@ -395,0 +396,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
3029424
20576