From 71e2f2a3cfaa191ffe1a7cfa67d5d8e57e21f9ba Mon Sep 17 00:00:00 2001 From: ts0yu <120932697+ts0yu@users.noreply.github.com> Date: Wed, 25 Sep 2024 12:41:56 +0000 Subject: [PATCH] fix: naming discrepancy in template strategy --- examples/template_strategy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/template_strategy.rs b/examples/template_strategy.rs index ed519c3..a41c348 100644 --- a/examples/template_strategy.rs +++ b/examples/template_strategy.rs @@ -51,7 +51,7 @@ async fn main() { let builder: ArenaBuilder<_> = ArenaBuilder::new(); let mut arena: Arena<_> = builder - .with_strategy(Box::new(StrategyMock)) + .with_strategy(Box::new(TemplateStrategy)) .with_feed(Box::new(OrnsteinUhlenbeck::new(1.0, 0.1, 1.0, 0.1, 0.1))) .with_inspector(Box::new(EmptyInspector {})) .with_arbitrageur(Box::new(FixedArbitrageur {