diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-08-02 16:12:41 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-08-02 17:12:13 +1000 |
commit | 684624b522025062e0426b0c2dd77281d4108f6f (patch) | |
tree | bf12f9e52fa13af64e91d59e36d465b78e450c6f /src/js | |
parent | 33b3dd47aa237849d21736782103408fb003b1c1 (diff) | |
download | BIP39-684624b522025062e0426b0c2dd77281d4108f6f.tar.gz BIP39-684624b522025062e0426b0c2dd77281d4108f6f.tar.zst BIP39-684624b522025062e0426b0c2dd77281d4108f6f.zip |
Change BIP44 purpose and coin fields to readonly
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/index.js b/src/js/index.js index 9b8432a..84c773f 100644 --- a/src/js/index.js +++ b/src/js/index.js | |||
@@ -88,8 +88,6 @@ | |||
88 | DOM.more.on("click", showMore); | 88 | DOM.more.on("click", showMore); |
89 | DOM.rootKey.on("input", delayedRootKeyChanged); | 89 | DOM.rootKey.on("input", delayedRootKeyChanged); |
90 | DOM.bip32path.on("input", calcForDerivationPath); | 90 | DOM.bip32path.on("input", calcForDerivationPath); |
91 | DOM.bip44purpose.on("input", calcForDerivationPath); | ||
92 | DOM.bip44coin.on("input", calcForDerivationPath); | ||
93 | DOM.bip44account.on("input", calcForDerivationPath); | 91 | DOM.bip44account.on("input", calcForDerivationPath); |
94 | DOM.bip44change.on("input", calcForDerivationPath); | 92 | DOM.bip44change.on("input", calcForDerivationPath); |
95 | DOM.tab.on("shown.bs.tab", calcForDerivationPath); | 93 | DOM.tab.on("shown.bs.tab", calcForDerivationPath); |