xiaoyong931011
2021-03-22 0dc8f42e10f9923967a04ee93c87a37e0d514dfa
src/main/java/com/xcong/excoin/quartz/job/BlockCoinUpdateJob.java
@@ -8,6 +8,7 @@
import com.xcong.excoin.utils.RedisUtils;
import org.apache.commons.collections.CollectionUtils;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.scheduling.annotation.Async;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
@@ -37,6 +38,7 @@
     * TRC20_USDT 同步
     */
    @Scheduled(cron = "0/3 * * * * ? ")
    @Async
    public void usdtTc20Update() {
        // 波场3秒出一个块
        trxUsdtUpdateService.monitorCoinListener();