mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-11-24 06:25:55 +00:00
Fix syntax
This commit is contained in:
parent
9bb19705a4
commit
bad1e38746
@ -85,7 +85,7 @@ func (flow *handleIBDFlow) shouldSyncAndShouldDownloadHeadersProof(
|
|||||||
return true, true, nil
|
return true, true, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if !highestKnownSyncerChainHash {
|
if highestKnownSyncerChainHash == nil {
|
||||||
log.Infof("Stopping IBD since IBD from this node will cause a finality conflict")
|
log.Infof("Stopping IBD since IBD from this node will cause a finality conflict")
|
||||||
return false, false, nil
|
return false, false, nil
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user