Update reorg.js

This commit is contained in:
tripathyr 2022-01-24 17:50:10 +05:30 committed by GitHub
parent 726156843e
commit 582bdd698a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ Reorg.prototype.findCommonAncestorAndNewHashes = function(oldTipHash, newTipHash
}
if(!mainPosition && !forkPosition) {
return next(log.info('Unknown common ancestor'));
return next(log.error('Unknown common ancestor'));
}
next();