Kaynağa Gözat

lp变更日志优化

skyfffire 3 yıl önce
ebeveyn
işleme
295ece72d4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/lp/lpMaintenance.ts

+ 1 - 1
scripts/lp/lpMaintenance.ts

@@ -133,7 +133,7 @@ export class LpMaintenance {
     if (lpType != oldType) {
       // 保存变更后的Lp
       await this.saveLp(lp, lpType)
-      logger.debug(`lp:${lp.LP}(${lp.r0}, ${lp.r1}),${oldType}->${lpType}.`)
+      logger.debug(`lp:${lp.LP},${oldType}->${lpType}\t[${lp.r0}, ${lp.r1}].`)
     }
 
     await this.checkTokenByAddress(lp.token0, tokenType)