aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <coleman.ian@gmail.com>2017-04-28 09:16:29 +1000
committerGitHub <noreply@github.com>2017-04-28 09:16:29 +1000
commit0d1150545f04843a1fbe09f2e8f612a800aed7a8 (patch)
treec7173183f932c6e30e340a9a723cb0679bf30097 /src/js/index.js
parent6e0f24b1bad48911d66355dc37e0676006c0071b (diff)
parent00fd1a035cce0ac56f07bc8aaafb85674a15d77a (diff)
downloadBIP39-0d1150545f04843a1fbe09f2e8f612a800aed7a8.tar.gz
BIP39-0d1150545f04843a1fbe09f2e8f612a800aed7a8.tar.zst
BIP39-0d1150545f04843a1fbe09f2e8f612a800aed7a8.zip
Merge pull request #65 from mikeyb/game
Add GAME support
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 757d088..8f825f4 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1114,6 +1114,13 @@
1114 }, 1114 },
1115 }, 1115 },
1116 { 1116 {
1117 name: "GAME",
1118 onSelect: function() {
1119 network = bitcoin.networks.game;
1120 DOM.bip44coin.val(101);
1121 },
1122 },
1123 {
1117 name: "Jumbucks", 1124 name: "Jumbucks",
1118 onSelect: function() { 1125 onSelect: function() {
1119 network = bitcoin.networks.jumbucks; 1126 network = bitcoin.networks.jumbucks;