scryptlib
Advanced tools
Comparing version 2.1.4 to 2.1.5
# CHANGELOG | ||
## 2.1.5 | ||
- fix bsv issue | ||
## 2.1.4 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "scryptlib", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Javascript SDK for integration of Bitcoin SV Smart Contracts written in sCrypt language.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -1472,3 +1472,3 @@ 'use strict' | ||
privateKeys = privateKeys || | ||
inputOpt ? inputOpt.privateKey : this._privateKey | ||
(inputOpt ? inputOpt.privateKey : this._privateKey) | ||
@@ -1475,0 +1475,0 @@ if (privateKeys) { |
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
955615