Switched migrations.py check for stake_currency back to open_rate, because stake_currency is no longer a variable

This commit is contained in:
Sam Germain
2021-07-04 23:51:58 -06:00
parent 5fc587c225
commit be3a9390fe
4 changed files with 27 additions and 30 deletions

View File

@@ -956,7 +956,6 @@ def test_to_json(default_conf, fee):
'strategy': None,
'timeframe': None,
'exchange': 'binance',
'leverage': None,
'interest_rate': None,
'liquidation_price': None,
@@ -1026,7 +1025,6 @@ def test_to_json(default_conf, fee):
'strategy': None,
'timeframe': None,
'exchange': 'binance',
'leverage': None,
'interest_rate': None,
'liquidation_price': None,