aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 690fff7..353f40f 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2596,7 +2596,7 @@
2596 name: "XLM - Stellar", 2596 name: "XLM - Stellar",
2597 onSelect: function() { 2597 onSelect: function() {
2598 segwitAvailable: false, 2598 segwitAvailable: false,
2599 network = null; 2599 network =bitcoinjs.bitcoin.networks.bitcoin;
2600 setHdCoin(148); 2600 setHdCoin(148);
2601 }, 2601 },
2602 }, 2602 },