update dependencies

This commit is contained in:
Matias Alejo Garcia 2014-06-01 09:04:18 -03:00
parent a766738383
commit 881c61c0c2
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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": "*",