deb
This commit is contained in:
parent
3533e0e206
commit
21581e3bb7
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ export class LiquidityProvider {
|
|||
if (res.status === 'ERROR' && res.reason !== 'timeout') {
|
||||
return
|
||||
}
|
||||
this.log("provider ready with balance:", res.status === 'OK' ? res.balance : 0)
|
||||
this.log("provider ready with balance:", res.status === 'OK' ? res.balance : 0, this.rand)
|
||||
this.ready = true
|
||||
this.queue.forEach(q => q('ready'))
|
||||
this.log("subbing to user operations")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue