add account to join
This commit is contained in:
parent
1892d16b92
commit
d805d3484b
4 changed files with 18 additions and 4 deletions
|
|
@ -123,6 +123,7 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
this.error = gettext('Please select account');
|
||||
return;
|
||||
}
|
||||
opts.account = account;
|
||||
self.hwWallet = self.seedSourceId == 'ledger' ? 'Ledger' : 'Trezor';
|
||||
var src = self.seedSourceId == 'ledger' ? ledger : trezor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue