diff --git a/prover/proof_producer/guardian_producer.go b/prover/proof_producer/guardian_producer.go index a9fefda17..60a1ce748 100644 --- a/prover/proof_producer/guardian_producer.go +++ b/prover/proof_producer/guardian_producer.go @@ -14,7 +14,7 @@ import ( // GuardianProofProducer always returns an optimistic (dummy) proof. type GuardianProofProducer struct { - livenessBond bool + LivenessBond bool *DummyProofProducer } @@ -34,7 +34,7 @@ func (g *GuardianProofProducer) RequestProof( "hash", header.Hash(), ) - if g.livenessBond { + if g.LivenessBond { return &ProofWithHeader{ BlockID: blockID, Meta: meta,