Closed medied closed 6 years ago
As a consequence of Zeppelin's refactoring of Crowdsale.sol
(see #3), the VoteToken.sol
contract is not required to be a MintableToken
anymore. With commit 84cb80ebe5fa711499e42f686b0b3ef5dc4e0aed I have reverted back to a StandardToken
for testing and simplicity purposes. I have also updated VoteToken.test.js
to replicate all newly updated Zeppelin's test, they are all passing as of today