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

Commit

Permalink
chore: fix typo in prover log (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored and davidtaikocha committed Aug 8, 2023
1 parent 67de802 commit 1b77549
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 @@ -546,7 +546,7 @@ func (p *Prover) onBlockProposed(
block.AssignedProver.Hex(),
"proofWindowExpiresAt",
proofWindowExpiresAt,
"timeToExipre",
"timeToExpire",
proofWindowExpiresAt-uint64(time.Now().Unix()),
)

Expand Down

0 comments on commit 1b77549

Please sign in to comment.