Skip to content

Commit

Permalink
FEAT: Comm HERE
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmihaic committed Oct 17, 2024
1 parent ed7a063 commit aa14042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process/sync/storageBootstrap/baseStorageBootstrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ func (st *storageBootstrapper) applyBootInfos(bootInfos []bootstrapStorage.Boots
"epoch", bootInfos[i].LastHeader.Epoch,
"nonce", bootInfos[i].LastHeader.Nonce)

// HERE SAVE FOR MAIN CHAIN
err = st.bootstrapper.applyCrossNotarizedHeaders(bootInfos[i].LastCrossNotarizedHeaders)
if err != nil {
log.Debug("cannot apply cross notarized headers", "error", err.Error())
Expand Down

0 comments on commit aa14042

Please sign in to comment.