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

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Jul 14, 2023
1 parent 69b1141 commit 83bb028
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 @@ -692,7 +692,7 @@ func (p *Prover) onBlockProven(ctx context.Context, event *bindings.TaikoL1Clien
"blockID",
event.BlockId.Uint64(),
"l1Height",
new(big.Int).SetUint64(event.Raw.BlockNumber),
event.Raw.BlockNumber,
)
}
}
Expand Down

0 comments on commit 83bb028

Please sign in to comment.