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.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index e96f4a9..5433bc3 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1956,6 +1956,14 @@
1956 }, 1956 },
1957 }, 1957 },
1958 { 1958 {
1959 name: "KOBO - Kobocoin",
1960 bip49available: false,
1961 onSelect: function() {
1962 network = bitcoinjs.bitcoin.networks.kobocoin;
1963 setHdCoin(196);
1964 },
1965 },
1966 {
1959 name: "LBC - Library Credits", 1967 name: "LBC - Library Credits",
1960 segwitAvailable: false, 1968 segwitAvailable: false,
1961 onSelect: function() { 1969 onSelect: function() {