limitfunds and fixes

This commit is contained in:
Manuel Araoz
2016-08-12 11:30:46 -03:00
parent 66fb8476b2
commit fa8fd3044b
4 changed files with 16 additions and 12 deletions

View File

@ -2,4 +2,5 @@ module.exports = function(deployer) {
deployer.deploy(PullPaymentBid);
deployer.deploy(BadArrayUse);
deployer.deploy(Bounty);
deployer.deploy(LimitFunds);
};