From d7120a1f2222059bd013740548097544f398ee87 Mon Sep 17 00:00:00 2001 From: Damian Black Date: Wed, 28 May 2014 10:17:04 -0400 Subject: [PATCH] add useBittrex to config_example.json --- config_example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index 9534651..ce057cd 100644 --- a/config_example.json +++ b/config_example.json @@ -100,6 +100,7 @@ "depth": 0.90, "usePoloniex": true, "useCryptsy": true, - "useMintpal": true + "useMintpal": true, + "useBittrex": true } }