|
@@ -245,7 +245,7 @@ export class LpMaintenance {
|
|
|
this.calcBaseTokenCovertEthValue()
|
|
this.calcBaseTokenCovertEthValue()
|
|
|
|
|
|
|
|
// 将lp类型有变动的全部更新
|
|
// 将lp类型有变动的全部更新
|
|
|
- logger.debug(`${allTypeLpList.length}`)
|
|
|
|
|
|
|
+ // logger.debug(`${allTypeLpList.length}`)
|
|
|
for (const lpDbObj of allTypeLpList) {
|
|
for (const lpDbObj of allTypeLpList) {
|
|
|
await this.handleLp(lpDbObj.dataObj, lpDbObj.block)
|
|
await this.handleLp(lpDbObj.dataObj, lpDbObj.block)
|
|
|
}
|
|
}
|