diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-22 09:40:35 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-22 09:40:35 +1100 |
commit | 1c2b8c6b2d77cdb0162f040c07d25bbe7cafe7c2 (patch) | |
tree | 27d2ba3ee3452f03ed9e0af7b6dbb422f92df55c /src/index.html | |
parent | 9f59e99bec5cc5faa63c0296f064a09b0745291f (diff) | |
download | BIP39-1c2b8c6b2d77cdb0162f040c07d25bbe7cafe7c2.tar.gz BIP39-1c2b8c6b2d77cdb0162f040c07d25bbe7cafe7c2.tar.zst BIP39-1c2b8c6b2d77cdb0162f040c07d25bbe7cafe7c2.zip |
Use ltub for litecoin by default instead of xprv
Introduced when upgrading from bitcoinjs-lib v3.3.0
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 659f572..9c126b9 100644 --- a/src/index.html +++ b/src/index.html | |||
@@ -277,7 +277,7 @@ | |||
277 | <label for="litecoin-use-ltub" class="col-sm-2 control-label">Prefixes</label> | 277 | <label for="litecoin-use-ltub" class="col-sm-2 control-label">Prefixes</label> |
278 | <div class="col-sm-10 checkbox"> | 278 | <div class="col-sm-10 checkbox"> |
279 | <label> | 279 | <label> |
280 | <input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub"> | 280 | <input type="checkbox" id="litecoin-use-ltub" class="litecoin-use-ltub" checked="checked"> |
281 | Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code> | 281 | Use <code>Ltpv / Ltub</code> instead of <code>xprv / xpub</code> |
282 | </label> | 282 | </label> |
283 | </div> | 283 | </div> |