Add GAME support

This commit is contained in:
mikeyb
2017-04-23 13:53:25 -07:00
parent 6e0f24b1ba
commit f88fab206f
3 changed files with 34 additions and 0 deletions
+7
View File
@@ -1113,6 +1113,13 @@
DOM.bip44coin.val(60);
},
},
{
name: "GAME",
onSelect: function() {
network = bitcoin.networks.game;
DOM.bip44coin.val(101);
},
},
{
name: "Jumbucks",
onSelect: function() {