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

Commit 7304f3f

Browse files
committed
test
1 parent 85bea0c commit 7304f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prover/proof_producer/guardian_producer.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// GuardianProofProducer always returns an optimistic (dummy) proof.
1616
type GuardianProofProducer struct {
17-
livenessBond bool
17+
LivenessBond bool
1818
*DummyProofProducer
1919
}
2020

@@ -34,7 +34,7 @@ func (g *GuardianProofProducer) RequestProof(
3434
"hash", header.Hash(),
3535
)
3636

37-
if g.livenessBond {
37+
if g.LivenessBond {
3838
return &ProofWithHeader{
3939
BlockID: blockID,
4040
Meta: meta,

0 commit comments

Comments
 (0)