diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-04-18 15:25:53 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-04-18 15:25:53 +0800 |
commit | 1274bce79fb42b3e42942ccc837eba77cba1555a (patch) | |
tree | 527f30b4ce4d039fc786026f1865dfc081c40281 | |
parent | f9eed7e71791bb88460b40131cf9f4c204b42ce5 (diff) | |
download | dexon-wallet-1274bce79fb42b3e42942ccc837eba77cba1555a.tar.gz dexon-wallet-1274bce79fb42b3e42942ccc837eba77cba1555a.tar.zst dexon-wallet-1274bce79fb42b3e42942ccc837eba77cba1555a.zip |
Fix Ledger Live default HD Path
-rw-r--r-- | ui/app/components/pages/create-account/connect-hardware/account-list.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/pages/create-account/connect-hardware/account-list.js b/ui/app/components/pages/create-account/connect-hardware/account-list.js index 1a900f44..ed619ad5 100644 --- a/ui/app/components/pages/create-account/connect-hardware/account-list.js +++ b/ui/app/components/pages/create-account/connect-hardware/account-list.js @@ -14,7 +14,7 @@ class AccountList extends Component { return [ { label: `Ledger Live`, - value: `m/44'/237'/0'/0/0`, + value: `m/44'/237'/0'/0`, }, { label: `Legacy (MEW / MyCrypto)`, |