fix scan after create
This commit is contained in:
parent
173bf4b13f
commit
0678a7aa72
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
this._create = function(opts) {
|
this._create = function(opts) {
|
||||||
self.loading = true;
|
self.loading = true;
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
profileService.createWallet(opts, function(err, secret, walletId) {
|
profileService.createWallet(opts, function(err, walletId) {
|
||||||
self.loading = false;
|
self.loading = false;
|
||||||
if (err) {
|
if (err) {
|
||||||
$log.warn(err);
|
$log.warn(err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue