WIP Improve redistribution precision

This commit is contained in:
nolash
2021-06-08 09:45:24 +02:00
parent e8781a9aa0
commit 0dba167af2
7 changed files with 170 additions and 124 deletions

View File

@@ -8,7 +8,7 @@ from erc20_demurrage_token.sim import DemurrageTokenSimulation
logging.basicConfig(level=logging.INFO)
logg = logging.getLogger()
decay_per_minute = 0.00050105908373373 # equals approx 2% per month
decay_per_minute = 0.00000050105908373373 # equals approx 2% per month
# parameters for simulation object
settings = DemurrageTokenSettings()