Skip to content

Commit

Permalink
i1782 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Aug 5, 2022
1 parent ac066e7 commit bed7eaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ class ErgoNodeViewSynchronizer(networkControllerRef: ActorRef,
history: ErgoHistory,
peer: ConnectedPeer): Unit = {
history.continuationHeaderV2(syncInfo).foreach { continuationHeader =>
if (deliveryTracker.status(modifierId, modifierTypeId, Seq.empty) == ModifiersStatus.Unknown) {
if (deliveryTracker.status(continuationHeader.id, Header.modifierTypeId, Seq.empty) == ModifiersStatus.Unknown) {
if (continuationHeader.height > lastSyncHeaderApplied.getOrElse(0)) {
log.info(s"Applying valid syncInfoV2 header ${continuationHeader.encodedId}")
lastSyncHeaderApplied = Some(continuationHeader.height)
Expand Down

0 comments on commit bed7eaf

Please sign in to comment.