mirror of
https://github.com/ok2/coinbin.git
synced 2026-04-24 11:44:02 +02:00
Add tooltip to custom path field and make names in HD wallet setting a bit more precise.
This commit is contained in:
parent
27a2d4efb1
commit
bd82cfd76f
@ -1200,7 +1200,7 @@
|
|||||||
|
|
||||||
<div id="hdpath" class="hidden" style="margin-top:4px">
|
<div id="hdpath" class="hidden" style="margin-top:4px">
|
||||||
<span class="input-group">
|
<span class="input-group">
|
||||||
<input type="text" class="form-control" value="m/0/1"> <br>
|
<input type="text" class="form-control" value="m/0/1" title="WARNING: see #settings page when using hardened paths!"> <br>
|
||||||
<span class="input-group-addon"> / </span>
|
<span class="input-group-addon"> / </span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -1463,8 +1463,8 @@
|
|||||||
<b>HD wallet hardened path derivation</b>: <br>
|
<b>HD wallet hardened path derivation</b>: <br>
|
||||||
<p class="text-muted">The path derivation for hardened paths was calculated wrong in earlier versions of coinb.in. Please select the old path derivation to recover HD wallet keys generated with older version of coinb.in.</p>
|
<p class="text-muted">The path derivation for hardened paths was calculated wrong in earlier versions of coinb.in. Please select the old path derivation to recover HD wallet keys generated with older version of coinb.in.</p>
|
||||||
<select class="form-control" id="coinjs_derivation">
|
<select class="form-control" id="coinjs_derivation">
|
||||||
<option value="bip32_derivation">BIP32 derivation</option>
|
<option value="bip32_derivation">BIP32 compliant derivation</option>
|
||||||
<option value="coinbin_broken">Old coinb.in derivation</option>
|
<option value="coinbin_broken">Old (broken) coinb.in path derivation</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user