Skip to content

Commit

Permalink
add ZEC support
Browse files Browse the repository at this point in the history
  • Loading branch information
dallyshalla committed Feb 27, 2017
1 parent 56eadc0 commit 3aea024
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
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn main() {
pair_vec.push("BTC_SYS".to_string());
pair_vec.push("BTC_XRP".to_string());
pair_vec.push("BTC_DCR".to_string());
pair_vec.push("BTC_ZEC".to_string());
//api Key

println!("This robot will automatically buy a pair you will select on Poloniex\nYou will enter a maxmimum buy amount per interval\nand a frequency to buy, \n
Expand Down
1 change: 1 addition & 0 deletions apps/poloautosell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ fn main() {
pair_vec.push("BTC_SYS".to_string());
pair_vec.push("BTC_XRP".to_string());
pair_vec.push("BTC_DCR".to_string());
pair_vec.push("BTC_ZEC".to_string());
//api Key

println!("This robot will automatically sell a pair you will select on Poloniex\nYou will enter a maxmimum sell amount per interval\nand a frequency to buy, \n
Expand Down

0 comments on commit 3aea024

Please sign in to comment.