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 c148d9c..d622641 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1514,6 +1514,14 @@
1514 }, 1514 },
1515 }, 1515 },
1516 { 1516 {
1517 name: "ONX - Onixcoin",
1518 segwitAvailable: false,
1519 onSelect: function() {
1520 network = bitcoinjs.bitcoin.networks.onixcoin;
1521 setHdCoin(99);
1522 },
1523 },
1524 {
1517 name: "PIVX - PIVX", 1525 name: "PIVX - PIVX",
1518 segwitAvailable: false, 1526 segwitAvailable: false,
1519 onSelect: function() { 1527 onSelect: function() {