Skip to content

Commit

Permalink
Update rpc/grpc/api.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
rach-id and rootulp authored Nov 19, 2024
1 parent ff4f343 commit cee4b95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rpc/grpc/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ type BlockAPI struct {

func NewBlockAPI() *BlockAPI {
return &BlockAPI{
// TODO(rach-id) make 1000 configurable if there is a need for it
heightListeners: make(map[chan NewHeightEvent]struct{}, 1000),
}
}
Expand Down

0 comments on commit cee4b95

Please sign in to comment.