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

Commit

Permalink
Normalising space
Browse files Browse the repository at this point in the history
  • Loading branch information
karmacoma committed Mar 28, 2017
1 parent 88e0129 commit 716358d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/logic/blockReward.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ describe('BlockReward', function () {
it('should be ok', function () {
var supply = blockReward.calcSupply(13451519);
var prev = supply;

for (var i = 13451520; i < (13451520 + 100); i++) {
supply = blockReward.calcSupply(i);
expect(supply).to.equal(prev + constants.rewards.milestones[4]);
Expand Down

0 comments on commit 716358d

Please sign in to comment.