Use ltub for litecoin by default instead of xprv

Introduced when upgrading from bitcoinjs-lib v3.3.0
This commit is contained in:
Ian Coleman
2017-11-22 09:40:35 +11:00
parent 9f59e99bec
commit 1c2b8c6b2d
4 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -277,7 +277,7 @@
<label for="litecoin-use-ltub" class="col-sm-2 control-label">Prefixes</label>
<div class="col-sm-10 checkbox">
<label>
<input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub">
<input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub" checked="checked">
Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code>
</label>
</div>