diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-11-11 09:54:29 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-11 09:54:29 +1100 |
commit | 7b29420f1aae085d97d3adc13f9c439e3261a3dd (patch) | |
tree | 9b1bc408daf1657fa8fb7401634b7d46bf729e9a /src/index.html | |
parent | c7a092db32f161fe3f205493dafc54bd02627f84 (diff) | |
parent | 909297015eea22c331facbee8c3d1aa84a998bb5 (diff) | |
download | BIP39-7b29420f1aae085d97d3adc13f9c439e3261a3dd.tar.gz BIP39-7b29420f1aae085d97d3adc13f9c439e3261a3dd.tar.zst BIP39-7b29420f1aae085d97d3adc13f9c439e3261a3dd.zip |
Merge pull request #371 from immae/master
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 2684c9f..096274d 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -280,7 +280,10 @@ | |||
280 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a> | 280 | <a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a> |
281 | </label> | 281 | </label> |
282 | <div class="col-sm-10"> | 282 | <div class="col-sm-10"> |
283 | <input id="change-bip44" type="text" class="change form-control" value="0"> | 283 | <div class="input-group"> |
284 | <input id="change-bip44" type="text" class="change form-control" value="0"> | ||
285 | <a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a> | ||
286 | </div> | ||
284 | </div> | 287 | </div> |
285 | </div> | 288 | </div> |
286 | <div class="form-group"> | 289 | <div class="form-group"> |