aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index a12e442..b1876cb 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1167,6 +1167,14 @@
1167 1167
1168 var networks = [ 1168 var networks = [
1169 { 1169 {
1170 name: "BCH - Bitcoin Cash",
1171 bip49available: false,
1172 onSelect: function() {
1173 network = bitcoinjs.bitcoin.networks.bitcoin;
1174 setHdCoin(145);
1175 },
1176 },
1177 {
1170 name: "BTC - Bitcoin", 1178 name: "BTC - Bitcoin",
1171 bip49available: true, 1179 bip49available: true,
1172 onSelect: function() { 1180 onSelect: function() {