mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Remove unused var
Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
d12c8b5fc4
commit
adb02428ee
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public class BurningManServiceTest {
|
|||
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));
|
||||
|
|
Loading…
Add table
Reference in a new issue