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

Commit

Permalink
Update prover/prover.go
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Jul 12, 2023
1 parent d8665af commit dc84204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ func (p *Prover) checkProofWindowExpired(ctx context.Context, l1Height, blockId

if forkChoice.Prover == zeroAddress {
// we can generate the proof, no proof came in by proof window expiring
p.proveNotify <- big.NewInt(int64(blockId))
p.proveNotify <- big.NewInt(int64(l1Height))
} else {
// we need to check the block hash vs the proof's blockHash to see
// if the proof is valid or not
Expand Down

0 comments on commit dc84204

Please sign in to comment.