handles incorrect Address derivation (#4230)
This commit is contained in:
parent
7cc3c5eb4f
commit
335c3f00af
3 changed files with 18 additions and 3 deletions
|
|
@ -136,6 +136,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.isPrivKeyEncrypted = fc.isPrivKeyEncrypted();
|
||||
self.externalSource = fc.getPrivKeyExternalSourceName();
|
||||
self.account = fc.credentials.account;
|
||||
self.incorrectDerivation = fc.incorrectDerivation;
|
||||
|
||||
if (self.externalSource == 'trezor')
|
||||
self.account++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue