Skip to content

Bug/update bitcore dep #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insight-bitcore-api",
"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.",
"version": "0.2.1",
"version": "0.2.2",
"author": {
"name": "Ryan X Charles",
"email": "[email protected]"
Expand Down 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