This commit is contained in:
boufni95 2025-11-21 18:18:34 +00:00
parent 3533e0e206
commit 21581e3bb7

View file

@ -109,7 +109,7 @@ export class LiquidityProvider {
if (res.status === 'ERROR' && res.reason !== 'timeout') { if (res.status === 'ERROR' && res.reason !== 'timeout') {
return 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.ready = true
this.queue.forEach(q => q('ready')) this.queue.forEach(q => q('ready'))
this.log("subbing to user operations") this.log("subbing to user operations")