mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-24 17:44:44 +00:00
Indenting is consistent
This commit is contained in:
@@ -6306,8 +6306,11 @@ button.close {
|
|||||||
<h2>Derivation Path</h2>
|
<h2>Derivation Path</h2>
|
||||||
<ul class="derivation-type nav nav-tabs" role="tablist">
|
<ul class="derivation-type nav nav-tabs" role="tablist">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li>
|
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||||
<li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="derivation-type tab-content">
|
<div class="derivation-type tab-content">
|
||||||
<div id="bip44" class="tab-pane active">
|
<div id="bip44" class="tab-pane active">
|
||||||
|
|||||||
+5
-2
@@ -102,8 +102,11 @@
|
|||||||
<h2>Derivation Path</h2>
|
<h2>Derivation Path</h2>
|
||||||
<ul class="derivation-type nav nav-tabs" role="tablist">
|
<ul class="derivation-type nav nav-tabs" role="tablist">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a></li>
|
<a href="#bip44" role="tab" data-toggle="tab">BIP44</a>
|
||||||
<li><a href="#bip32" role="tab" data-toggle="tab">BIP32</a></li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="#bip32" role="tab" data-toggle="tab">BIP32</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="derivation-type tab-content">
|
<div class="derivation-type tab-content">
|
||||||
<div id="bip44" class="tab-pane active">
|
<div id="bip44" class="tab-pane active">
|
||||||
|
|||||||
Reference in New Issue
Block a user