Skip to content

Commit

Permalink
Fix stratum reading issue one more time (mimblewimble#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashmap authored and ignopeverell committed Jan 23, 2019
1 parent 493cb43 commit 91f4a6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/src/mining/stratumserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ impl StratumServer {
the_message.as_bytes(),
);
workers_l[num].error = true;
the_message.clear();
continue;
}
};
Expand Down

0 comments on commit 91f4a6b

Please sign in to comment.