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 3aa78e0..64075d3 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2694,7 +2694,7 @@
2694 { 2694 {
2695 name: "XLM - Stellar", 2695 name: "XLM - Stellar",
2696 onSelect: function() { 2696 onSelect: function() {
2697 network = ''; // doesn't apply, using stellar-lib 2697 network = stellarUtil.dummyNetwork;
2698 setHdCoin(148); 2698 setHdCoin(148);
2699 }, 2699 },
2700 }, 2700 },