Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify

This commit is contained in:
Pawel Cioch
2019-09-10 22:11:28 -05:00
parent e440d504fb
commit 318ec4dc9f
3 changed files with 27 additions and 2 deletions
+8 -1
View File
@@ -2185,11 +2185,18 @@
},
},
{
name: "HUSH - Hush",
name: "HUSH - Hush (Legacy)",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.hush;
setHdCoin(197);
},
},
{
name: "HUSH - Hush3",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.hush3;
setHdCoin(197);
},
},
{
name: "INSN - Insane",