fix condition
This commit is contained in:
parent
cd4cbe3fb7
commit
d4302091ee
@ -256,7 +256,7 @@ ProcessSerial.prototype._write = function(block, enc, callback) {
|
||||
});
|
||||
|
||||
function check() {
|
||||
return self.db.concurrentTip.__height < block.__height;
|
||||
return self.db.concurrentTip.__height >= block.__height;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user