Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjg555543 committed Nov 7, 2024
1 parent 257ede2 commit e0754a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencesender/txbuilder/banana_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (t *TxBuilderBananaBase) GetCounterL1InfoRoot(ctx context.Context, highestL
return resL1InfoCounter, nil
}
if resL1InfoCounter > highestL1IndexInBatch {
log.Info("zjg, GetCounterL1InfoRoot, resL1InfoCounter > highestL1IndexInBatch:%v, %v", resL1InfoCounter, highestL1IndexInBatch)
log.Infof("zjg, GetCounterL1InfoRoot, resL1InfoCounter > highestL1IndexInBatch:%v, %v", resL1InfoCounter, highestL1IndexInBatch)
return resL1InfoCounter, nil
}

Expand Down

0 comments on commit e0754a7

Please sign in to comment.