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

Commit

Permalink
Merge pull request #351 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in PPLNSPaymentScheme.cs
  • Loading branch information
calvintam236 authored Jun 12, 2018
2 parents df1348e + e0c43a5 commit 7207861
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ private void LogDiscardedShares(PoolConfig poolConfig, Block block, DateTime val
done = true;
}

// calulate reward
// calculate reward
var reward = score * blockReward / window;
accumulatedScore += score;
blockRewardRemaining -= reward;
Expand Down

0 comments on commit 7207861

Please sign in to comment.