fix
Helius
2022-08-29 bc025be34be00d756cf11958bcf838fbfc6c565c
src/main/java/cc/mrbird/febs/job/SystemTradeJob.java
@@ -69,7 +69,7 @@
        systemService.mining();
    }
//    @Scheduled(cron = "0/10 * * * * ?")
    @Scheduled(cron = "0/10 * * * * ?")
    public void tfcNewPriceJob() {
        systemService.tfcNewPrice();
    }