settings: remove _checkNetwork in WalletFactory
This commit is contained in:
parent
7159cdb712
commit
b2fb486839
2 changed files with 1 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue