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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 29, 2024
1 parent 85bea0c commit 7304f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/proof_producer/guardian_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

// GuardianProofProducer always returns an optimistic (dummy) proof.
type GuardianProofProducer struct {
livenessBond bool
LivenessBond bool
*DummyProofProducer
}

Expand All @@ -34,7 +34,7 @@ func (g *GuardianProofProducer) RequestProof(
"hash", header.Hash(),
)

if g.livenessBond {
if g.LivenessBond {
return &ProofWithHeader{
BlockID: blockID,
Meta: meta,
Expand Down

0 comments on commit 7304f3f

Please sign in to comment.