bitcore-common-blockchain
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -27,3 +27,5 @@ 'use strict' | ||
self.bitcoind = this.node.services.bitcoind | ||
self.bitcoind = self.node.services.bitcoind | ||
if (self.bitcoind.node) self.bitcoind = self.bitcoind.node | ||
self.addresses = new Addresses({ parent: self }) | ||
@@ -30,0 +32,0 @@ self.transactions = new Transactions({ parent: self }) |
{ | ||
"name": "bitcore-common-blockchain", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "common blockchain service for bitcore-node", | ||
@@ -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
35530267
9408