mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Show lock side
This commit is contained in:
parent
4942d73693
commit
b0a8bf3025
|
@ -1476,5 +1476,6 @@ class PairLock(_DECL_BASE):
|
|||
'lock_end_timestamp': int(self.lock_end_time.replace(tzinfo=timezone.utc
|
||||
).timestamp() * 1000),
|
||||
'reason': self.reason,
|
||||
'side': self.side,
|
||||
'active': self.active,
|
||||
}
|
||||
|
|
|
@ -291,6 +291,7 @@ class LockModel(BaseModel):
|
|||
lock_time: str
|
||||
lock_timestamp: int
|
||||
pair: str
|
||||
side: str
|
||||
reason: str
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user