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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 40d15f4..1b56d6c 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2233,7 +2233,7 @@
2233 { 2233 {
2234 name: "RDD - Reddcoin", 2234 name: "RDD - Reddcoin",
2235 onSelect: function() { 2235 onSelect: function() {
2236 network = bitcoinjs.bitcoin.networks.reddoin; 2236 network = bitcoinjs.bitcoin.networks.reddcoin;
2237 setHdCoin(4); 2237 setHdCoin(4);
2238 }, 2238 },
2239 }, 2239 },