mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Removed edge_conf_usdt
This commit is contained in:
parent
d0e0d0ee01
commit
26fdad8468
|
@ -1825,14 +1825,6 @@ def edge_conf(default_conf):
|
|||
return conf
|
||||
|
||||
|
||||
@pytest.fixture(scope="function")
|
||||
def edge_conf_usdt(edge_conf):
|
||||
edge_conf.update({
|
||||
"stake_currency": "USDT",
|
||||
})
|
||||
return edge_conf
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def rpc_balance():
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue
Block a user