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.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index affcc61..9e955ae 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2230,6 +2230,13 @@
2230 }, 2230 },
2231 }, 2231 },
2232 { 2232 {
2233 name: "NIX - NIX Platform",
2234 onSelect: function() {
2235 network = bitcoinjs.bitcoin.networks.nix;
2236 setHdCoin(400);
2237 },
2238 },
2239 {
2233 name: "NLG - Gulden", 2240 name: "NLG - Gulden",
2234 onSelect: function() { 2241 onSelect: function() {
2235 network = bitcoinjs.bitcoin.networks.gulden; 2242 network = bitcoinjs.bitcoin.networks.gulden;