fix:修复矿池刷新数量
This commit is contained in:
@@ -34,6 +34,7 @@ public class AutoRefreshMiningPoolJob : QuartzBackgroundWorkerBase
|
||||
|
||||
public override async Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
|
||||
//刷新矿池
|
||||
await _miningPoolManager.RefreshMiningPoolAsync();
|
||||
//刷新用户限制
|
||||
|
||||
Reference in New Issue
Block a user