Skip to content

Commit

Permalink
upd log
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed Dec 5, 2024
1 parent 0377c99 commit ef9365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/sync_head.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ func (s *Syncer[H]) verifyBifurcating(ctx context.Context, subjHead, networkHead
}

s.metrics.failedBifurcation(ctx, int64(networkHead.Height()), networkHead.Hash().String())
log.Warnw("header validation against subjHead", "height", networkHead.Height(), "hash", networkHead.Hash().String())
log.Warnw("header bifurcation failed", "height", networkHead.Height(), "hash", networkHead.Hash().String())

return &header.VerifyError{
Reason: fmt.Errorf("sync: header validation against subjHead height:%d hash:%x", networkHead.Height(), networkHead.Hash().String()),
Expand Down

0 comments on commit ef9365b

Please sign in to comment.