diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2020-04-25 01:37:24 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2021-02-22 23:24:34 +0100 |
commit | 83b2f0f10e950c7a05717bbe20ecc4367557abb6 (patch) | |
tree | a0c8cd896329b945bed2cb676f111acff94e4ea4 /src/index.html | |
parent | 23f393acfba3f8697f42249965f4acfebae918a2 (diff) | |
download | BIP39-83b2f0f10e950c7a05717bbe20ecc4367557abb6.tar.gz BIP39-83b2f0f10e950c7a05717bbe20ecc4367557abb6.tar.zst BIP39-83b2f0f10e950c7a05717bbe20ecc4367557abb6.zip |
Add a button to remove the "change" in the derivation path for ethereum
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 0588171..491b4be 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -431,7 +431,10 @@ | |||
431 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a> | 431 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a> |
432 | </label> | 432 | </label> |
433 | <div class="col-sm-10"> | 433 | <div class="col-sm-10"> |
434 | <input id="change-bip44" type="text" class="change form-control" value="0"> | 434 | <div class="input-group"> |
435 | <input id="change-bip44" type="text" class="change form-control" value="0"> | ||
436 | <a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a> | ||
437 | </div> | ||
435 | </div> | 438 | </div> |
436 | </div> | 439 | </div> |
437 | <div class="form-group"> | 440 | <div class="form-group"> |