From 2a01f39de7a447b69816f06d44f40be20b670850 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Tue, 31 Oct 2017 11:48:51 +1100 Subject: [PATCH] Add P2WPKH-nested-in-P2SH to litecoin --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/index.js b/src/js/index.js index b2fb17e..f38aa3c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1391,7 +1391,7 @@ }, { name: "LTC - Litecoin", - p2wpkhNestedInP2shAvailable: false, + p2wpkhNestedInP2shAvailable: true, onSelect: function() { network = bitcoinjs.bitcoin.networks.litecoin; setHdCoin(2); -- 2.41.0