bitagora-booth
Advanced tools
Comparing version 1.0.141 to 1.0.142
@@ -249,2 +249,4 @@ /** | ||
var newVote = new Vote(ballot, context.poll); | ||
console.log("New vote"); | ||
console.log(newVote); | ||
var privkey_hex = Bs58.decode(ballot.privkey).toString('hex'); | ||
@@ -251,0 +253,0 @@ const privateKey = Secp256k1PrivateKey.fromHex(privkey_hex); |
{ | ||
"name": "bitagora-booth", | ||
"version": "1.0.141", | ||
"version": "1.0.142", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "author": "Ignasi Ribó, 2018", |
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
75815
2866