rm skip Private Key
This commit is contained in:
parent
bb9fbfa1e7
commit
80b01cb9bf
2 changed files with 0 additions and 8 deletions
|
|
@ -28,10 +28,6 @@ angular.module('copayApp.controllers').controller('ImportController',
|
||||||
if ($scope.skipTxProposals)
|
if ($scope.skipTxProposals)
|
||||||
skipFields.push('txProposals');
|
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 to import encrypted wallet with passphrase
|
||||||
try {
|
try {
|
||||||
w = walletFactory.import(encryptedObj, passphrase, skipFields);
|
w = walletFactory.import(encryptedObj, passphrase, skipFields);
|
||||||
|
|
|
||||||
|
|
@ -37,10 +37,6 @@
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" class="form-control" name="skipTxProposals" ng-model="skipTxProposals"> Skip transaction proposals from Backup
|
<input type="checkbox" class="form-control" name="skipTxProposals" ng-model="skipTxProposals"> Skip transaction proposals from Backup
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
<label>
|
|
||||||
<input type="checkbox" class="form-control" name="skipPrivateKey" ng-model="skipPrivateKey"> Skip private key
|
|
||||||
</label>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue