Browse Source

Fix blockfound diff

pull/1/head
elbandi 8 years ago
parent
commit
3a66fcf80a
  1. 1
      sgminer.c

1
sgminer.c

@ -7183,7 +7183,6 @@ bool test_nonce(struct work *work, uint32_t nonce) @@ -7183,7 +7183,6 @@ bool test_nonce(struct work *work, uint32_t nonce)
static void update_work_stats(struct thr_info *thr, struct work *work)
{
double test_diff = current_diff;
test_diff *= work->pool->algorithm.share_diff_multiplier;
work->share_diff = share_diff(work);

Loading…
Cancel
Save