aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-08-14 13:26:18 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-08-14 13:26:18 +0800
commit61a279204a804ddf4815d0db6103c19c5640bbb9 (patch)
treef2e1bea86e79f1f43191d05ed18d9e870fb2fc45 /ui/app/reducers
parent4e1d8ba19db729f5c282c4e3c6b43433b562a45e (diff)
downloadtangerine-wallet-browser-61a279204a804ddf4815d0db6103c19c5640bbb9.tar.gz
tangerine-wallet-browser-61a279204a804ddf4815d0db6103c19c5640bbb9.tar.zst
tangerine-wallet-browser-61a279204a804ddf4815d0db6103c19c5640bbb9.zip
legacy and new hd path working
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 4d70d2718..c246e7904 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -69,7 +69,7 @@ function reduceApp (state, action) {
networkNonce: null,
defaultHdPaths: {
trezor: `m/44'/60'/0'/0`,
- ledger: `m/44'/60'/0'`,
+ ledger: `m/44'/60'/0'/0/0`,
},
}, state.appState)