Skip to content

Commit 3a9f378

Browse files
codez0mb1eCopilot
andcommitted
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 28f440a commit 3a9f378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BinanceBot.Market/MarketDepthManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ private void ProcessDepthUpdate(MarketDepth marketDepth, IBinanceEventOrderBook
328328
return;
329329
}
330330

331-
// Check for missed updates. WARN: not worked for Futures API
331+
// Check for missed updates. WARN: does not work for Futures API
332332
if (eventData.FirstUpdateId > _lastProcessedUpdateId + 1 && marketDepth.Symbol.ContractType == ContractType.Spot)
333333
{
334334
string errorMsg = $"Missed order book updates. Expected U <= {_lastProcessedUpdateId + 1}, got U={eventData.FirstUpdateId}";

0 commit comments

Comments
 (0)