rm skip Private Key

This commit is contained in:
Matias Alejo Garcia 2014-08-21 21:12:28 -04:00
parent bb9fbfa1e7
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);

View File

@ -37,10 +37,6 @@
<label>
<input type="checkbox" class="form-control" name="skipTxProposals" ng-model="skipTxProposals"> Skip transaction proposals from Backup
</label>
<label>
<input type="checkbox" class="form-control" name="skipPrivateKey" ng-model="skipPrivateKey"> Skip private key
</label>
</div>