Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
fix(prover): fix a check in isValidProof()
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Apr 2, 2024
1 parent b8158aa commit 7d2344b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prover/event_handler/transition_proved.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ func (h *TransitionProvedEventHandler) Handle(
return nil
}

log.Info("Is valid proof", "isValid", isValid)

// If the proof is invalid, we contest it.
blockInfo, err := h.rpc.GetL2BlockInfo(ctx, e.BlockId)
if err != nil {
Expand Down

0 comments on commit 7d2344b

Please sign in to comment.