Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weichhold committed Mar 22, 2018
1 parent 70df189 commit dc38d9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MiningCore/Blockchain/Ethereum/EthereumJobManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,11 @@ protected override async Task PostStartInitAsync()
continue;
}

logger.Info(() => $"[{LogCat}] Getting current DAG ...");

await ethash.GetDagAsync(blockTemplate.Height);

logger.Info(() => $"[{LogCat}] Got current DAG");
break;
}

Expand Down

0 comments on commit dc38d9e

Please sign in to comment.