Skip to content

Commit

Permalink
support for BTC_ETC pair
Browse files Browse the repository at this point in the history
  • Loading branch information
dallyshalla committed Jul 29, 2016
1 parent e67a8ee commit 01358d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/poloautobuy.rs
Expand Up @@ -18,6 +18,7 @@ use std::cell::RefCell;

fn main() {
let mut pair_vec = Vec::new();
pair_vec.push("BTC_ETC".to_string());
pair_vec.push("BTC_AMP".to_string());
pair_vec.push("BTC_LTC".to_string());
pair_vec.push("BTC_DAO".to_string());
Expand Down
1 change: 1 addition & 0 deletions apps/poloautosell.rs
Expand Up @@ -18,6 +18,7 @@ use std::cell::RefCell;

fn main() {
let mut pair_vec = Vec::new();
pair_vec.push("BTC_ETC".to_string());
pair_vec.push("BTC_AMP".to_string());
pair_vec.push("BTC_LTC".to_string());
pair_vec.push("BTC_DAO".to_string());
Expand Down

0 comments on commit 01358d1

Please sign in to comment.