From e06739dc309d6c7838bf6ad13d41be69fa68a069 Mon Sep 17 00:00:00 2001 From: dydxwill <119354122+dydxwill@users.noreply.github.com> Date: Wed, 14 Aug 2024 11:51:12 -0400 Subject: [PATCH] Remove todo (#2087) --- protocol/streaming/full_node_streaming_manager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/streaming/full_node_streaming_manager.go b/protocol/streaming/full_node_streaming_manager.go index 12bc38cfed..40051d4e11 100644 --- a/protocol/streaming/full_node_streaming_manager.go +++ b/protocol/streaming/full_node_streaming_manager.go @@ -514,7 +514,6 @@ func (sm *FullNodeStreamingManagerImpl) SendTakerOrderStatus( // SendSubaccountUpdates groups subaccount updates by their subaccount ids and // sends messages to the subscribers. -// TODO(CT-1117): Aggregate subaccount updates by subaccount id. func (sm *FullNodeStreamingManagerImpl) SendSubaccountUpdates( subaccountUpdates []satypes.StreamSubaccountUpdate, blockHeight uint32,