Compare commits

..

No commits in common. "18eea5cb039a91fda55f7586aeeac4ac28232cdc" and "519743f704769ec2013c87324e3b943fc25a0f32" have entirely different histories.

View File

@ -5962,7 +5962,7 @@ bool static LoadBlockIndexDB()
PruneBlockIndexCandidates(); PruneBlockIndexCandidates();
double progress; double progress;
if ( ishush3 ) { if ( SMART_CHAIN_SYMBOL[0] == 0 ) {
progress = Checkpoints::GuessVerificationProgress(chainparams.Checkpoints(), chainActive.LastTip()); progress = Checkpoints::GuessVerificationProgress(chainparams.Checkpoints(), chainActive.LastTip());
} else { } else {
int32_t longestchain = hush_longestchain(); int32_t longestchain = hush_longestchain();