sync with levelDb working!

This commit is contained in:
Matias Alejo Garcia 2014-02-03 23:31:37 -03:00
parent 5734890f10
commit fb300c2561

View File

@ -117,10 +117,11 @@ function spec() {
} }
//TODO //TODO
/*
if (self.syncPercentage>10) { if (self.syncPercentage>10) {
console.log(self.info()); console.log(self.info());
process.exit(1); process.exit(1);
} }*/
}; };
HistoricSync.prototype.getPrevNextBlock = function(blockHash, blockEnd, scanOpts, cb) { HistoricSync.prototype.getPrevNextBlock = function(blockHash, blockEnd, scanOpts, cb) {