Add a button to remove the "change" in the derivation path for ethereum

This commit is contained in:
Ismaël Bouya
2019-02-24 09:33:14 +01:00
parent bc32c84166
commit 44e705cd31
2 changed files with 53 additions and 20 deletions

View File

@@ -273,7 +273,10 @@
<a href="https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#change" target="_blank">External / Internal</a>
</label>
<div class="col-sm-10">
<input id="change-bip44" type="text" class="change form-control" value="0">
<div class="input-group">
<input id="change-bip44" type="text" class="change form-control" value="0">
<a class="default-bip44-change-value btn btn-primary input-group-addon" role="button">Default</a>
</div>
</div>
</div>
<div class="form-group">