mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-13 03:33:55 +00:00
Switched mark_price endTime to until
This commit is contained in:
parent
0b12107ef8
commit
02ab3b1697
|
@ -1746,7 +1746,7 @@ class Exchange:
|
||||||
"""
|
"""
|
||||||
if end:
|
if end:
|
||||||
params = {
|
params = {
|
||||||
'endTime': end
|
'until': end
|
||||||
}
|
}
|
||||||
else:
|
else:
|
||||||
params = {}
|
params = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user