Skip to content

Commit f9962e7

Browse files
codez0mb1eCopilot
andauthored
Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 41193d8 commit f9962e7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/BinanceBot.Market/MarketMakerBot.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ public override async Task RunAsync()
138138

139139

140140
var marketDepthManager = new MarketDepthManager(_binanceRestClient, _webSocketClient, Logger);
141-
var uppdateInterval = TimeSpan.FromMilliseconds(1000);
141+
var updateInterval = TimeSpan.FromMilliseconds(1000);
142142
// stream order book updates
143-
marketDepthManager.StreamUpdates(_marketDepth, uppdateInterval);
143+
marketDepthManager.StreamUpdates(_marketDepth, updateInterval);
144144
// build order book
145-
await marketDepthManager.BuildAsync(_marketDepth, orderBookDepth: 100, updateInterval: uppdateInterval);
145+
await marketDepthManager.BuildAsync(_marketDepth, orderBookDepth: 100, updateInterval: updateInterval);
146146
}
147147

148148

0 commit comments

Comments
 (0)