aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-02-24 09:33:14 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-10-29 01:24:15 +0100
commit44e705cd3119fb0bc1ac72747d33e2b032a73282 (patch)
tree1f657d7f704a03ccef4b57982d45f3089ddc356d /src/index.html
parentbc32c841663821ba94c12afc5a7e73d689c7b153 (diff)
downloadBIP39-44e705cd3119fb0bc1ac72747d33e2b032a73282.tar.gz
BIP39-44e705cd3119fb0bc1ac72747d33e2b032a73282.tar.zst
BIP39-44e705cd3119fb0bc1ac72747d33e2b032a73282.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.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html
index 95fccc1..3ce30b3 100644
--- a/src/index.html
+++ b/src/index.html
@@ -273,7 +273,10 @@
273 <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a> 273 <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a>
274 </label> 274 </label>
275 <div class="col-sm-10"> 275 <div class="col-sm-10">
276 <input id="change-bip44" type="text" class="change form-control" value="0"> 276 <div class="input-group">
277 <input id="change-bip44" type="text" class="change form-control" value="0">
278 <a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a>
279 </div>
277 </div> 280 </div>
278 </div> 281 </div>
279 <div class="form-group"> 282 <div class="form-group">