sync with levelDb working!

This commit is contained in:
Matias Alejo Garcia 2014-02-03 23:31:37 -03:00
parent 5734890f10
commit fb300c2561
1 changed files with 2 additions and 1 deletions

View File

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