Comparing version 0.3.0 to 0.3.1
@@ -105,3 +105,3 @@ (function (exports) { | ||
let isCompressed = false; | ||
let isCompressed = true; | ||
let pubBuf = Secp256k1.getPublicKey(privBuf, isCompressed); | ||
@@ -108,0 +108,0 @@ let pubKeyHash = await DashKeys.publicKeyToPubKeyHash(pubBuf); |
{ | ||
"name": "dashkeys", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Generate, validate, create, and convert WIFs and PayAddress.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25387