settings: remove _checkNetwork in WalletFactory

This commit is contained in:
Manuel Araoz 2014-09-09 17:15:52 -07:00
commit b2fb486839
2 changed files with 1 additions and 13 deletions

View file

@ -84,6 +84,7 @@ angular.module('copayApp.controllers').controller('CreateController',
nickname: $scope.myNickname,
passphrase: passphrase,
privateKeyHex: $scope.private,
networkName: $scope.networkName,
};
var w = walletFactory.create(opts);
controllerUtils.startNetwork(w, $scope);