Skip to content

Commit

Permalink
Remove obsolete StratumShare object. Fixes oliverw#1536
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedii authored and Censseo committed Feb 1, 2023
1 parent 91193e0 commit e7c0c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Miningcore/Blockchain/Conceal/ConcealPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ private async Task OnSubmitAsync(StratumConnection connection, Timestamped<JsonR
await connection.RespondAsync(new ConcealResponseBase(), request.Id);

// publish
messageBus.SendMessage(new StratumShare(connection, share));
messageBus.SendMessage(share);

// telemetry
PublishTelemetry(TelemetryCategory.Share, clock.Now - tsRequest.Timestamp.UtcDateTime, true);
Expand Down

0 comments on commit e7c0c35

Please sign in to comment.