add dash testnet

This commit is contained in:
Karol Rychlicki
2017-06-16 19:30:15 +02:00
parent 56b1275f40
commit c0386f3b78
4 changed files with 63 additions and 0 deletions
+7
View File
@@ -1113,6 +1113,13 @@
DOM.bip44coin.val(5);
},
},
{
name: "DASH Testnet",
onSelect: function() {
network = bitcoin.networks.dashtn;
DOM.bip44coin.val(1);
},
},
{
name: "Ethereum",
onSelect: function() {