aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2019-04-18 15:25:53 +0800
committerWei-Ning Huang <w@dexon.org>2019-04-18 15:25:53 +0800
commit1274bce79fb42b3e42942ccc837eba77cba1555a (patch)
tree527f30b4ce4d039fc786026f1865dfc081c40281
parentf9eed7e71791bb88460b40131cf9f4c204b42ce5 (diff)
downloaddexon-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.js2
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)`,