From 3eca8aef2d0b1eccfc5b0364e16279c47efde509 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 14 Jan 2021 12:57:16 +0000 Subject: [PATCH] removed mod pair from main --- rustybot/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rustybot/src/main.rs b/rustybot/src/main.rs index eddc722..de05953 100644 --- a/rustybot/src/main.rs +++ b/rustybot/src/main.rs @@ -15,7 +15,6 @@ mod currency; mod events; mod managers; mod models; -mod pairs; mod strategy; mod ticker;