Comparing version 0.0.47 to 0.0.48
@@ -1,2 +0,2 @@ | ||
//const bitcoin = require('bitcoinjs-lib') | ||
var { randomBytes } = require('crypto') | ||
const bitcoinMessage = require('bitcoinjs-message') | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "doichain", | ||
"version": "0.0.47", | ||
"version": "0.0.48", | ||
"description": "A js-Doichain library. The goal is to fully cover the Doichain protocol", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -275,3 +275,3 @@ import chai from 'chai' | ||
// var publicKey = keyPair.publicKey.toString('hex') | ||
//console.log("public key " + publicKey) // 0279bf075bae171835513be1056f224f94f3915f9999a3faea1194d97b54397219 | ||
console.log("public key " + publicKey) // 0279bf075bae171835513be1056f224f94f3915f9999a3faea1194d97b54397219 | ||
@@ -278,0 +278,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
195887