scryptlib
Advanced tools
Comparing version 1.1.0-beta.4 to 1.1.0-beta.5
{ | ||
"name": "scryptlib", | ||
"version": "1.1.0-beta.4", | ||
"version": "1.1.0-beta.5", | ||
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -40,3 +40,3 @@ 'use strict' | ||
tx.inputs[inputIndex].nLockTime++ | ||
tx.nLockTime++ | ||
} while (i < Number.MAX_SAFE_INTEGER) | ||
@@ -1332,3 +1332,3 @@ } | ||
var sig | ||
if (options.priviteKey instanceof PrivateKey) { | ||
if (options.privateKey instanceof PrivateKey) { | ||
sig = Sighash.sign( | ||
@@ -1340,3 +1340,3 @@ self, options.privateKey, options.sigtype, key, | ||
var unlockScript = options.callback(self, this.inputs[key].output, preimage, sig) | ||
var unlockScript = options.callback(self, self.inputs[key].output, preimage, sig) | ||
@@ -1343,0 +1343,0 @@ self.inputs[key].setScript(unlockScript) |
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
1000302