Skip to content

Commit

Permalink
Improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Nov 4, 2024
1 parent 33db89b commit c2789d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/grandpa/warp_sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ func (w *WarpSyncProof) verify(
setIdAuth.SetID += 1
setIdAuth.AuthorityList = auths
} else if fragmentNumber != len(w.Proofs)-1 || !w.IsFinished {
logger.Errorf("missing scheduled change in fragment %d, for proof with fragments %d, block %d, finished %v", fragmentNumber, len(w.Proofs), proof.Header.Number, w.IsFinished)
return nil, fmt.Errorf("header is missing authority set change digest")
}
}
Expand Down

0 comments on commit c2789d6

Please sign in to comment.