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