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 fd8c16b..f7835fa 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -3219,6 +3219,13 @@
3219 }, 3219 },
3220 }, 3220 },
3221 { 3221 {
3222 name: "RITO - Ritocoin",
3223 onSelect: function() {
3224 network = libs.bitcoin.networks.ritocoin;
3225 setHdCoin(19169);
3226 },
3227 },
3228 {
3222 name: "RVR - RevolutionVR", 3229 name: "RVR - RevolutionVR",
3223 onSelect: function() { 3230 onSelect: function() {
3224 network = libs.bitcoin.networks.revolutionvr; 3231 network = libs.bitcoin.networks.revolutionvr;