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