This commit is contained in:
boufni95 2025-11-21 18:04:42 +00:00
parent 887b11c700
commit 3533e0e206

View file

@ -217,6 +217,7 @@ export class LiquidityProvider {
CanProviderHandle = async (req: LiquidityRequest): Promise<false | Types.UserInfo> => { CanProviderHandle = async (req: LiquidityRequest): Promise<false | Types.UserInfo> => {
if (!this.IsReady()) { if (!this.IsReady()) {
this.log("provider is not ready", this.rand)
return false return false
} }
const state = await this.GetUserState() const state = await this.GetUserState()