Comparing version 0.0.25 to 0.0.26
@@ -51,3 +51,3 @@ const bitcoin = require('bitcoinjs-lib') | ||
transactionCount+=addressesRet.transactionCount | ||
balance=Number(balance) + Number(addressesRet.balance).toFixed(8) | ||
balance += parseFloat(Number(addressesRet.balance).toFixed(8)) | ||
}else{ | ||
@@ -54,0 +54,0 @@ if(checkVisibleAddresses){ |
{ | ||
"name": "doichain", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"description": "A js-Doichain library. The goal is to fully cover the Doichain protocol", | ||
@@ -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
35303