poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
381 stars 216 forks source link

(Bug) Contribution page: incorrect min contribution for multitier crowdsale #1166

Closed dennis00010011b closed 5 years ago

dennis00010011b commented 5 years ago

Steps:

  1. Create crowdsale with parameters: Minted, 2 tiers, no whitelist, tier's #1 minCap =1, tier's #2 minCap =2
    1. Open contribution page and observe min contribution field Expected result:
      • value of min allowed contribution should be tier's #1 minCap =1 Actual result:
      • value of min allowed contribution is tier's #2minCap =2

If you are reporting a problem with Token Wizard, please include the following information:

Which network did you use? (Mainnet, Kovan, Rinkeby, etc.)

Ganache

If you were able to create it, what is the URL of your crowdsale?

n/a

Do you have screenshots showing the problem?

screen shot 2018-10-08 at 3 59 37 pm

Do you see errors in the dev console? If yes, please include a screenshot

no