Does not allow to create bounty contract without address

This commit is contained in:
Makoto Inoue
2016-10-28 11:22:41 +01:00
parent 9509298622
commit b6a5830047
3 changed files with 18 additions and 2 deletions

View File

@ -2,7 +2,6 @@ module.exports = function(deployer) {
deployer.deploy(PullPaymentBid);
deployer.deploy(BadArrayUse);
deployer.deploy(ProofOfExistence);
deployer.deploy(Bounty);
deployer.deploy(CrowdsaleTokenBounty);
deployer.deploy(Ownable);
deployer.deploy(LimitFunds);