BlockScience / PocketSimulationModel

2 stars 3 forks source link

Bug: reversed values for DAO and validator fee share amounts #348

Closed jshorish closed 9 months ago

jshorish commented 9 months ago

The parameter values for dao_fee_percentage and validator_fee_percentage should be

"dao_fee_percentage": [0.9]
"validator_fee_percentage": [0.1]

but these are currently reversed in model/config/params.py.