mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-27 11:04:44 +00:00
Use correct BIP44 value for Denarius of 116, not 0
See https://github.com/satoshilabs/slips/blob/master/slip-0044.md
This commit is contained in:
+1
-1
@@ -1600,7 +1600,7 @@
|
||||
segwitAvailable: false,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.denarius;
|
||||
setHdCoin(0);
|
||||
setHdCoin(116);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user