Skip to content

Commit

Permalink
fix: naming discrepancy in template strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
ts0yu authored Sep 25, 2024
1 parent 2eeb357 commit 71e2f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/template_strategy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 71e2f2a

Please sign in to comment.