rm skip Private Key

This commit is contained in:
Matias Alejo Garcia 2014-08-21 21:12:28 -04:00
commit 80b01cb9bf
2 changed files with 0 additions and 8 deletions

View file

@ -28,10 +28,6 @@ angular.module('copayApp.controllers').controller('ImportController',
if ($scope.skipTxProposals)
skipFields.push('txProposals');
if ($scope.skipPrivateKey)
skipFields.push('privateKey');
console.log('[import.js.36:skipFields:]',skipFields); //TODO
// try to import encrypted wallet with passphrase
try {
w = walletFactory.import(encryptedObj, passphrase, skipFields);