Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-malachyn committed Sep 19, 2024
1 parent a6ad9c1 commit 0ff5647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion access/grpc/grpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1941,7 +1941,6 @@ type mockBlockClientStream[SubscribeBlocksResponse any] struct {
responses []*SubscribeBlocksResponse
}

// TODO: wtf is offset doing?
func (s *mockBlockClientStream[SubscribeBlocksResponse]) Recv() (*SubscribeBlocksResponse, error) {
if s.err != nil {
return nil, s.err
Expand Down

0 comments on commit 0ff5647

Please sign in to comment.