mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
Coin Client select moved to BIP32 tab
This commit is contained in:
@@ -253,14 +253,6 @@
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label>
|
||||
<div class="col-sm-10">
|
||||
<select id="client-phrase" class="client form-control">
|
||||
<!-- populated by javascript -->
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="root-key" class="col-sm-2 control-label" data-translate>BIP32 Root Key</label>
|
||||
<div class="col-sm-10">
|
||||
@@ -375,6 +367,14 @@
|
||||
<a href="https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki" target="_blank">BIP32 spec</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="client-phrase" class="col-sm-2 control-label" data-translate>Client</label>
|
||||
<div class="col-sm-10">
|
||||
<select id="client-phrase" class="client form-control">
|
||||
<!-- populated by javascript -->
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="bip32-path" class="col-sm-2 control-label" data-translate>BIP32 Derivation Path</label>
|
||||
<div class="col-sm-10">
|
||||
|
||||
Reference in New Issue
Block a user