Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
  • Loading branch information
HenrikJannsen committed Dec 9, 2022
1 parent 6fec57f commit 3bd5b8d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public void testGetDecayedAmount() {
long amount = 100;
int currentBlockHeight = 1400;
int fromBlockHeight = 1000;
int heightOfFirstBlockOfCurrentCycle = 1400;
assertEquals(0, BurningManService.getDecayedAmount(amount, 1000, currentBlockHeight, fromBlockHeight));
assertEquals(25, BurningManService.getDecayedAmount(amount, 1100, currentBlockHeight, fromBlockHeight));
assertEquals(50, BurningManService.getDecayedAmount(amount, 1200, currentBlockHeight, fromBlockHeight));
Expand Down

0 comments on commit 3bd5b8d

Please sign in to comment.