fix:修复矿池刷新数量

This commit is contained in:
chenchun
2024-11-04 18:54:35 +08:00
parent e2091eb986
commit 81f9fd7473
3 changed files with 11 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ public class AutoRefreshMiningPoolJob : QuartzBackgroundWorkerBase
public override async Task Execute(IJobExecutionContext context)
{
//刷新矿池
await _miningPoolManager.RefreshMiningPoolAsync();
//刷新用户限制