add controllers files to displaimer and splash
This commit is contained in:
parent
1ab9d8507f
commit
39e6a81b62
7 changed files with 74 additions and 62 deletions
|
|
@ -273,7 +273,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
return cb(null, opts.walletStatus);
|
||||
else {
|
||||
self.updateError = false;
|
||||
return fc.getStatus(function(err, ret) {
|
||||
return fc.getStatus({}, function(err, ret) {
|
||||
if (err) {
|
||||
self.updateError = bwsError.msg(err, gettext('Could not update Wallet'));
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue