mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Enforce kwargs for update_trade_state
This commit is contained in:
parent
394d758d32
commit
d01bc0fb9f
|
@ -1851,7 +1851,7 @@ class FreqtradeBot(LoggingMixin):
|
|||
|
||||
def update_trade_state(
|
||||
self, trade: Trade, order_id: Optional[str],
|
||||
action_order: Optional[Dict[str, Any]] = None,
|
||||
action_order: Optional[Dict[str, Any]] = None, *,
|
||||
stoploss_order: bool = False, send_msg: bool = True) -> bool:
|
||||
"""
|
||||
Checks trades with open orders and updates the amount if necessary
|
||||
|
|
Loading…
Reference in New Issue
Block a user