Change buy/sell return value in tests

This commit is contained in:
enenn
2018-03-25 22:07:50 +02:00
parent 0b71f7186c
commit 4810d87044
2 changed files with 18 additions and 18 deletions

View File

@@ -287,7 +287,7 @@ class FreqtradeBot(object):
buy_limit = self.get_target_bid(exchange.get_ticker(pair))
amount = stake_amount / buy_limit
order_id = exchange.buy(pair, buy_limit, amount)
order_id = exchange.buy(pair, buy_limit, amount)['id']
stake_amount_fiat = self.fiat_converter.convert_amount(
stake_amount,