Skip to content

Commit

Permalink
Update BitcoinPool.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolin1579 committed Sep 11, 2024
1 parent 7923e5b commit 611b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Bitcoin/BitcoinPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,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 611b68b

Please sign in to comment.