add warning for old wallets
This commit is contained in:
parent
dd0dc9c6ad
commit
29bbfa184c
9 changed files with 8 additions and 48 deletions
|
|
@ -24,7 +24,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
network: config.network,
|
||||
networkName: config.networkName,
|
||||
walletDefaults: config.wallet,
|
||||
passphrase: config.passphrase,
|
||||
passphraseConfig: config.passphraseConfig,
|
||||
}, function(err, iden, firstWallet) {
|
||||
if (err && !iden) {
|
||||
console.log('Error:' + err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue