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

Commit

Permalink
sadfdsg
Browse files Browse the repository at this point in the history
  • Loading branch information
samut3 committed Jan 27, 2018
1 parent db3b46a commit d7fe5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinerProxy/CoinHandlers/NiceHash.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ internal void OnEthServerPacket(byte[] buffer, int length)
break;
}

if ((int)dyn.id == lastShareSubmitID) // Testin
if ((int)dyn.id != 4 && (int)dyn.id == lastShareSubmitID) // Testin
{
if (dyn.result != null)
{
Expand Down

0 comments on commit d7fe5e0

Please sign in to comment.