Skip to content

Commit

Permalink
Fix: sync
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed May 4, 2024
1 parent 303fb88 commit 8e76b46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/starknet-id/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ func (indexer *Indexer) actualFilters(ctx context.Context, ch Channel, sub *grpc
sub.EventFilter[i].Height = &grpc.IntegerFilter{
Gt: ch.blockCtx.state.LastHeight,
}
sub.EventFilter[i].Time = &grpc.TimeFilter{
Gt: 1701088623,
}
}

}
Expand Down

0 comments on commit 8e76b46

Please sign in to comment.