Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Jun 1, 2014
1 parent a766738 commit 881c61c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/PeerSync.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ PeerSync.prototype.handleBlock = function(info) {
});
}
else if (err) {
console.log('[p2p_sync] Error in handle Block: ' + err);
console.log('[p2p_sync] Error in handle Block: ', err);
}
else {
if (self.shouldBroadcast) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"start": "node node_modules/grunt-cli/bin/grunt"
},
"dependencies": {
"bitcore": "=0.1.19",
"bitcore": "git://github.com/bitpay/bitcore.git#4d8af75ae9916984c52ee2eda1870d5980656341",
"base58-native": "0.1.2",
"async": "*",
"leveldown": "*",
Expand Down

0 comments on commit 881c61c

Please sign in to comment.