From fb300c2561688685bea9c82b644ef8a180e6dc45 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 3 Feb 2014 23:31:37 -0300 Subject: [PATCH] sync with levelDb working! --- lib/HistoricSync.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/HistoricSync.js b/lib/HistoricSync.js index 6bf14d8a..9f1b3062 100644 --- a/lib/HistoricSync.js +++ b/lib/HistoricSync.js @@ -117,10 +117,11 @@ function spec() { } //TODO + /* if (self.syncPercentage>10) { console.log(self.info()); process.exit(1); -} +}*/ }; HistoricSync.prototype.getPrevNextBlock = function(blockHash, blockEnd, scanOpts, cb) {