Skip to content

Commit

Permalink
Update ProgpowPool.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Sep 11, 2024
1 parent 611b68b commit 366a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Progpow/ProgpowPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected virtual async Task OnSubmitAsync(StratumConnection connection, Timesta
// telemetry
PublishTelemetry(TelemetryCategory.Share, clock.Now - tsRequest.Timestamp.UtcDateTime, true);

logger.Info(() => $"[{connection.ConnectionId}] Share accepted: D={Math.Round(share.Difficulty * coin.ShareMultiplier, 3)}");
logger.Info(() => $"[{connection.ConnectionId}] Share accepted: D={Math.Round(share.Difficulty * coin.ShareMultiplier, 9)}");

// update pool stats
if(share.IsBlockCandidate)
Expand Down

0 comments on commit 366a277

Please sign in to comment.