Replace more bittrex references

This commit is contained in:
enenn
2018-02-03 22:44:13 +01:00
parent 2582e85e6f
commit a11c24b286
11 changed files with 35 additions and 32 deletions

View File

@@ -429,7 +429,7 @@ def create_trade(stake_amount: float, interval: int) -> bool:
fee=exchange.get_fee(),
open_rate=buy_limit,
open_date=datetime.utcnow(),
exchange=exchange.get_name().upper(),
exchange=exchange.get_name().lower(),
open_order_id=order_id
)
Trade.session.add(trade)