Use unified stopPrice for binance

This commit is contained in:
Matthias
2022-05-29 10:58:01 +02:00
parent f64f2b1ad8
commit a875a7dc40
3 changed files with 4 additions and 5 deletions

View File

@@ -1775,9 +1775,7 @@ def test_tsl_on_exchange_compatible_with_edge(mocker, edge_conf, fee, caplog,
'type': 'stop_loss_limit',
'price': 3,
'average': 2,
'info': {
'stopPrice': '2.178'
}
'stopPrice': '2.178'
})
mocker.patch('freqtrade.exchange.Exchange.fetch_stoploss_order', stoploss_order_hanging)