forked from Qortal/qortal
Synchronizer now bails out early when trying to find common block with a peer. There's no need to keep searching if common block is too far behind that a TOO_DIVERGENT result would be returned. fetchSummariesFromCommonBlock() reworked to return a useful SynchronizationResult directly instead of caller trying to infer what happened based on null/empty returned list!