dappuniversity / ico_irl

Real World ICO Ethereum Smart Contracts
89 stars 77 forks source link

Fix bug where crowdsale is not being deployed to the blockchain durin… #4

Open dbrowne24 opened 5 years ago

dbrowne24 commented 5 years ago

…g migrations.

This resolves: https://github.com/dappuniversity/ico_irl/issues/3

This bug was caused by the way in which the migrations steps are added to the promise chain. More can be read about this issue here: https://github.com/trufflesuite/truffle/issues/501