From dc842046c37d68d0fc568e64d8f91907522469b2 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 12 Jul 2023 17:11:02 +0800 Subject: [PATCH] Update prover/prover.go --- prover/prover.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prover/prover.go b/prover/prover.go index e00f8bc51..184223eb6 100644 --- a/prover/prover.go +++ b/prover/prover.go @@ -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