Skip to content

Commit 3968327

Browse files
committed
Merge pull request #111 from matiu/bug/update-bitcore-dep
Bug/update bitcore dep
2 parents cd7946d + f60c235 commit 3968327

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/PeerSync.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ PeerSync.prototype.handleBlock = function(info) {
9696
});
9797
}
9898
else if (err) {
99-
console.log('[p2p_sync] Error in handle Block: ' + err);
99+
console.log('[p2p_sync] Error in handle Block: ', err);
100100
}
101101
else {
102102
if (self.shouldBroadcast) {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "insight-bitcore-api",
33
"description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"author": {
66
"name": "Ryan X Charles",
77
"email": "[email protected]"
@@ -51,7 +51,7 @@
5151
"start": "node node_modules/grunt-cli/bin/grunt"
5252
},
5353
"dependencies": {
54-
"bitcore": "=0.1.19",
54+
"bitcore": "git://github.com/bitpay/bitcore.git#4d8af75ae9916984c52ee2eda1870d5980656341",
5555
"base58-native": "0.1.2",
5656
"async": "*",
5757
"leveldown": "*",

0 commit comments

Comments
 (0)