Commit 3606f491 by Manuel Aráoz Committed by GitHub

Merge pull request #84 from adklempner/master

Change LimitFunds to LimitBalance in migrations file
parents 9e443b54 032cae05
......@@ -4,7 +4,7 @@ module.exports = function(deployer) {
deployer.deploy(ProofOfExistence);
deployer.deploy(Ownable);
deployer.deploy(Claimable);
deployer.deploy(LimitFunds);
deployer.deploy(LimitBalance);
if(deployer.network == 'test'){
deployer.deploy(SecureTargetBounty);
deployer.deploy(InsecureTargetBounty);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment