mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
Add dash
This commit is contained in:
@@ -580,6 +580,13 @@
|
||||
DOM.bip44coin.val(23);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "DASH",
|
||||
onSelect: function() {
|
||||
network = bitcoin.networks.dash;
|
||||
DOM.bip44coin.val(5);
|
||||
},
|
||||
},
|
||||
]
|
||||
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user