mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-03 06:44:39 +00:00
Set custom dPath for address verification on ledger (#1918)
* set custom dPath for address verification on ledger * trigger mycryptobuild
This commit is contained in:
parent
2b60ba9650
commit
835b81a94c
@ -125,6 +125,9 @@ class LedgerNanoSDecryptClass extends PureComponent<Props, State> {
|
||||
|
||||
private handlePathChange = (dPath: DPath) => {
|
||||
this.handleConnect(dPath);
|
||||
this.setState({
|
||||
dPath
|
||||
});
|
||||
};
|
||||
|
||||
private handleConnect = (dPath: DPath) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user