Skip to content

Commit

Permalink
revert log change
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Jan 13, 2025
1 parent 9ac7c69 commit 7c18633
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/taiko-client/driver/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (s *State) eventLoop(ctx context.Context) {
s.setHeadBlockID(e.BlockId)
case e := <-transitionProvedCh:
log.Info(
"✅ transitionProved proven",
"✅ Transition proven",
"blockID", e.BlockId,
"parentHash", common.Hash(e.Tran.ParentHash),
"hash", common.Hash(e.Tran.BlockHash),
Expand All @@ -158,7 +158,7 @@ func (s *State) eventLoop(ctx context.Context) {
)
case e := <-transitionProvedV2Ch:
log.Info(
"✅ transitionProvedV2 proven",
"✅ Transition proven",
"blockID", e.BlockId,
"parentHash", common.Hash(e.Tran.ParentHash),
"hash", common.Hash(e.Tran.BlockHash),
Expand Down

0 comments on commit 7c18633

Please sign in to comment.