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

Commit

Permalink
feat: update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Oct 19, 2023
1 parent c009e55 commit 88548c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "Push docker image to GCR"

on:
push:
branches: [main,update-expired-time]
branches: [main]
tags:
- "v*"

Expand Down
2 changes: 1 addition & 1 deletion prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ func (p *Prover) onBlockProposed(
"L1 block hash mismatch due to L1 reorg",
"height", event.Meta.L1Height,
"currentL1OriginHeader", currentL1OriginHeader.Hash(),
"L1HashInEvent", event.Meta.L1Hash,
"l1HashInEvent", event.Meta.L1Hash,
)

return fmt.Errorf(
Expand Down

0 comments on commit 88548c5

Please sign in to comment.