Browse Source

Merge pull request #84 from adklempner/master

Change LimitFunds to LimitBalance in migrations file
Manuel Aráoz 9 years ago
parent
commit
3606f49162
1 changed files with 1 additions and 1 deletions
  1. 1 1
      migrations/2_deploy_contracts.js

+ 1 - 1
migrations/2_deploy_contracts.js

@@ -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);