Merge pull request #6670 from freqtrade/store_asset

store base and quote currency separately in the database
This commit is contained in:
Matthias
2022-04-10 08:42:28 +02:00
committed by GitHub
12 changed files with 62 additions and 18 deletions

View File

@@ -197,7 +197,6 @@ class RPC:
trade_dict = trade.to_json()
trade_dict.update(dict(
base_currency=self._freqtrade.config['stake_currency'],
close_profit=trade.close_profit if trade.close_profit is not None else None,
current_rate=current_rate,
current_profit=current_profit, # Deprecated