Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigorov-Georgi committed Jan 15, 2025
1 parent bda8bcd commit 6645e79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/limechain/sync/warpsync/WarpSyncState.java
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ private void updateSetData(BigInteger setChangeBlock) {

DigestHelper.getGrandpaConsensusMessage(header.getDigest())
.ifPresent(cm -> roundState.handleGrandpaConsensusMessage(cm, header.getBlockNumber()));

handleScheduledEvents();
}
}

Expand Down

0 comments on commit 6645e79

Please sign in to comment.