mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-25 11:50:40 +00:00
Merge pull request #92 from jonspock/master
Add maza coin, update PIVX in bip39-standalone.html
This commit is contained in:
@@ -1267,6 +1267,15 @@
|
||||
setHdCoin(2);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "MAZA - Maza",
|
||||
bip49available: false,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.maza;
|
||||
setHdCoin(13);
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: "NMC - Namecoin",
|
||||
bip49available: false,
|
||||
|
||||
Reference in New Issue
Block a user