Closed cygnusv closed 2 years ago
Does the Council still own TokenStaking? If so, when this update gets deployed, presumably to be complete the council needs to reset the minimum amount to be 40,000 T instead of the 39,999.9999 T we did previously via https://etherscan.io/tx/0xd87665e395a2f934abc4bb7d29c5c1da86429c6cf7856e59dfb090f05c203f54#eventlog?
Does the Council still own TokenStaking? If so, when this update gets deployed, presumably to be complete the council needs to reset the minimum amount to be 40,000 T instead of the 39,999.9999 T we did previously via https://etherscan.io/tx/0xd87665e395a2f934abc4bb7d29c5c1da86429c6cf7856e59dfb090f05c203f54#eventlog?
Yes to both things!
Change the staking pre-requisite from
amount > minStake
toamount >= minStake
(Fixes #90)