Set custom dPath for address verification on ledger (#1918)

* set custom dPath for address verification on ledger

* trigger mycryptobuild
This commit is contained in:
Daniel Ternyak 2018-06-08 12:49:43 -05:00 committed by GitHub
parent 2b60ba9650
commit 835b81a94c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,9 @@ class LedgerNanoSDecryptClass extends PureComponent<Props, State> {
private handlePathChange = (dPath: DPath) => {
this.handleConnect(dPath);
this.setState({
dPath
});
};
private handleConnect = (dPath: DPath) => {