Update reorg.js
This commit is contained in:
parent
af6048de93
commit
fcecf08ac0
@ -317,7 +317,7 @@ Reorg.prototype.findCommonAncestorAndNewHashes = function(oldTipHash, newTipHash
|
||||
}
|
||||
|
||||
if(!mainPosition && !forkPosition) {
|
||||
log.error('Unknown common ancestor');
|
||||
return next('Unknown common ancestor');
|
||||
}
|
||||
|
||||
next();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user