Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouop0 committed Jan 7, 2025
1 parent cde207f commit ad8bf5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handler/logFilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func LogFilter(ctx *svc.ServiceContext, block schema.SyncBlock, addresses []comm
}

func LogsToEvents(ctx *svc.ServiceContext, logs []types.Log, syncBlockID int64) ([]*schema.SyncEvent, error) {
//nolint:prealloc
var events []*schema.SyncEvent
blockTimes := make(map[int64]int64)
sendMessageEvent := &event.SendMessage{}
Expand Down

0 comments on commit ad8bf5e

Please sign in to comment.