mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23: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:
|
||||
params = {
|
||||
'endTime': end
|
||||
'until': end
|
||||
}
|
||||
else:
|
||||
params = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user