diff --git a/src/js/controllers/create.js b/src/js/controllers/create.js index 1fcb16d08..f873625ad 100644 --- a/src/js/controllers/create.js +++ b/src/js/controllers/create.js @@ -159,7 +159,7 @@ angular.module('copayApp.controllers').controller('createController', this._create = function(opts) { self.loading = true; $timeout(function() { - profileService.createWallet(opts, function(err, secret, walletId) { + profileService.createWallet(opts, function(err, walletId) { self.loading = false; if (err) { $log.warn(err);