dOrgTech / DAOcreator

dApp for creating and interacting with DAOs
https://dorg.tech
MIT License
35 stars 18 forks source link

Cotary Create: Numbers Smaller Than 1e-7 Are Possible #480

Open dOrgJelli opened 4 years ago

dOrgJelli commented 4 years ago

Due to a recent bug fix, we've introduced another bug. When you enter in a number like 0.000000001 into the Minimum DAO Bounty text field, it gets converted to "1e-#" notation. As a user I can edit this notation and change the # to a number larger than 7, the max number of decimal places.

This breaks deployment in the following way: image