This commit is contained in:
Dan Gershony
2016-08-23 15:33:48 +01:00
committed by GitHub
parent 33ddd9a139
commit 82f91834f6

View File

@@ -580,6 +580,13 @@
DOM.bip44coin.val(23);
},
},
{
name: "DASH",
onSelect: function() {
network = bitcoin.networks.dash;
DOM.bip44coin.val(5);
},
},
]
init();