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 1f4cc1f..713b5e8 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -3240,6 +3240,13 @@
3240 }, 3240 },
3241 }, 3241 },
3242 { 3242 {
3243 name: "RITO - Ritocoin",
3244 onSelect: function() {
3245 network = libs.bitcoin.networks.ritocoin;
3246 setHdCoin(19169);
3247 },
3248 },
3249 {
3243 name: "RVR - RevolutionVR", 3250 name: "RVR - RevolutionVR",
3244 onSelect: function() { 3251 onSelect: function() {
3245 network = libs.bitcoin.networks.revolutionvr; 3252 network = libs.bitcoin.networks.revolutionvr;