cashaccounts
Advanced tools
Comparing version 0.4.5 to 0.4.6
@@ -434,4 +434,4 @@ const EmojiList = require('./emoji_names.json'); | ||
number = parseInt(number); | ||
const height = genesisBlock + number; | ||
let accountNumber = parseInt(number); | ||
const height = genesisBlock + accountNumber; | ||
@@ -438,0 +438,0 @@ const query = { |
{ | ||
"name": "cashaccounts", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "decentralized identity system for bitcoin cash by Jonathan Silverblood", | ||
@@ -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
29641