Skip to content

Commit

Permalink
modify max addresses filter
Browse files Browse the repository at this point in the history
  • Loading branch information
weiihann committed Oct 29, 2024
1 parent 6863e89 commit a4cc367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
MaxBlocksBack = 1024
MaxAddressesInFilter = 1000 // TODO(weiihann): not finalised yet
MaxAddressesInFilter = 1024 // An arbitrary number, to be revisited when we have more contexts
)

type EventsArg struct {
Expand Down

0 comments on commit a4cc367

Please sign in to comment.