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 9d94765..0dd23f3 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2364,6 +2364,13 @@
2364 }, 2364 },
2365 }, 2365 },
2366 { 2366 {
2367 name: "RVN - Ravencoin",
2368 onSelect: function() {
2369 network = bitcoinjs.bitcoin.networks.ravencoin;
2370 setHdCoin(175);
2371 },
2372 },
2373 {
2367 name: "RBY - Rubycoin", 2374 name: "RBY - Rubycoin",
2368 onSelect: function() { 2375 onSelect: function() {
2369 network = bitcoinjs.bitcoin.networks.rubycoin; 2376 network = bitcoinjs.bitcoin.networks.rubycoin;