aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSuat Özgür <s.oezguer@gmail.com>2019-06-12 11:34:31 +0200
committerSuat Özgür <s.oezguer@gmail.com>2019-06-12 11:34:31 +0200
commit562ece8004ffa37a215f9cd0c5d365227a0b8d08 (patch)
tree1153463721d3455316975a41386fa0c8c580e518 /src
parent8e3b890d2684b034f3d9c99c1df7668a97c41dd6 (diff)
downloadBIP39-562ece8004ffa37a215f9cd0c5d365227a0b8d08.tar.gz
BIP39-562ece8004ffa37a215f9cd0c5d365227a0b8d08.tar.zst
BIP39-562ece8004ffa37a215f9cd0c5d365227a0b8d08.zip
update stellar definition
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/index.js b/src/js/index.js
index d822b55..3aa78e0 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2694,8 +2694,7 @@
2694 { 2694 {
2695 name: "XLM - Stellar", 2695 name: "XLM - Stellar",
2696 onSelect: function() { 2696 onSelect: function() {
2697 segwitAvailable: false, 2697 network = ''; // doesn't apply, using stellar-lib
2698 network =bitcoinjs.bitcoin.networks.bitcoin;
2699 setHdCoin(148); 2698 setHdCoin(148);
2700 }, 2699 },
2701 }, 2700 },