fix(trader): trades queue now cleared on trader disable
This commit is contained in:
parent
f06ace8c83
commit
56315ffd34
1 changed files with 1 additions and 0 deletions
|
|
@ -302,6 +302,7 @@ function stopTrader() {
|
|||
if (tradeInterval) {
|
||||
clearInterval(tradeInterval);
|
||||
tradeInterval = null;
|
||||
tradesQueue = [];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue