Change to right contract name for LimitBalance

pull/84/head
Arseniy Klempner 8 years ago
parent da2434e081
commit 032cae05c0
  1. 2
      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);

Loading…
Cancel
Save