add account to join

This commit is contained in:
Matias Alejo Garcia 2015-11-04 18:08:22 -03:00
commit d805d3484b
4 changed files with 18 additions and 4 deletions

View file

@ -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;