Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor committed Oct 30, 2024
1 parent a3a97c0 commit 156450e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grpc-server.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,6 @@ func (multi *MultiEpoch) GetBlockTime(ctx context.Context, params *old_faithful_
}, nil
}

func (multi *MultiEpoch) StreamBlocks(*old_faithful_grpc.StreamBlocksRequest, grpc.ServerStreamingServer[*old_faithful_grpc.StreamBlocksResponse]) error {
func (multi *MultiEpoch) StreamBlocks(params *old_faithful_grpc.StreamBlocksRequest, ser old_faithful_grpc.OldFaithful_StreamBlocksServer) error {
return nil
}

0 comments on commit 156450e

Please sign in to comment.