Merge pull request #15 from dooglus/clam

Add CLAM.
This commit is contained in:
iancoleman
2015-08-21 10:36:39 +10:00
3 changed files with 32 additions and 0 deletions
+7
View File
@@ -459,6 +459,13 @@
DOM.bip44coin.val(26);
},
},
{
name: "CLAM",
onSelect: function() {
network = bitcoin.networks.clam;
DOM.bip44coin.val(23);
},
},
]
init();