aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorSuat Özgür <s.oezguer@gmail.com>2019-06-12 11:47:01 +0200
committerSuat Özgür <s.oezguer@gmail.com>2019-06-12 11:47:01 +0200
commitad59508d7c4ecb487182d0d3306f01ffb4e48fb8 (patch)
tree7d833f2343d6f7290d0c95b229944d2a39622ee9 /src/js/index.js
parent562ece8004ffa37a215f9cd0c5d365227a0b8d08 (diff)
downloadBIP39-ad59508d7c4ecb487182d0d3306f01ffb4e48fb8.tar.gz
BIP39-ad59508d7c4ecb487182d0d3306f01ffb4e48fb8.tar.zst
BIP39-ad59508d7c4ecb487182d0d3306f01ffb4e48fb8.zip
use dummyNetwork for stellar
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 },