@exodus/bitcoinjs-lib
Advanced tools
Comparing version 6.0.2-beta.3 to 6.0.2-beta.4
{ | ||
"name": "@exodus/bitcoinjs-lib", | ||
"version": "6.0.2-beta.3", | ||
"version": "6.0.2-beta.4", | ||
"description": "Client-side Bitcoin JavaScript library", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -136,2 +136,3 @@ 'use strict'; | ||
this.opts.network, | ||
this.__CACHE.__EC_LIB, | ||
); | ||
@@ -239,3 +240,7 @@ } catch (_) {} | ||
const { network } = this.opts; | ||
const script = (0, address_1.toOutputScript)(address, network); | ||
const script = (0, address_1.toOutputScript)( | ||
address, | ||
network, | ||
this.__CACHE.__EC_LIB, | ||
); | ||
outputData = Object.assign(outputData, { script }); | ||
@@ -242,0 +247,0 @@ } |
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
217835
60
5450