if specific recovery phrase then don't generate address
This commit is contained in:
parent
1be4c7d235
commit
b2601578f1
1 changed files with 2 additions and 2 deletions
|
|
@ -273,7 +273,7 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opts.n >= 2) {
|
if (opts.n >= 2 || $scope.formData.seedSource.id == 'set') {
|
||||||
finish(err);
|
finish(err);
|
||||||
} else {
|
} else {
|
||||||
ongoingProcess.set('generatingNewAddress', true);
|
ongoingProcess.set('generatingNewAddress', true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue