mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-06 16:01:15 +00:00
gateio, ftx and binance all use same funding fee formula
This commit is contained in:
@@ -342,14 +342,6 @@ def test__set_leverage_binance(mocker, default_conf):
|
||||
)
|
||||
|
||||
|
||||
def test_get_funding_rate():
|
||||
return
|
||||
|
||||
|
||||
def test__get_funding_fee():
|
||||
return
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test__async_get_historic_ohlcv_binance(default_conf, mocker, caplog):
|
||||
ohlcv = [
|
||||
|
||||
Reference in New Issue
Block a user