sync with levelDb working!
This commit is contained in:
parent
5734890f10
commit
fb300c2561
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user