add scan after create/join with mnemonics
This commit is contained in:
parent
452d9e1bda
commit
142a6bd03a
6 changed files with 76 additions and 10 deletions
|
|
@ -394,7 +394,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
|
||||
self.updateTxHistory = function(skip) {
|
||||
var fc = profileService.focusedClient;
|
||||
if (!fc.isComplete()) return;
|
||||
if (!fc || !fc.isComplete()) return;
|
||||
if (!skip) {
|
||||
self.txHistory = [];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue