mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +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:
@@ -1600,7 +1600,7 @@
|
||||
segwitAvailable: false,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.denarius;
|
||||
setHdCoin(0);
|
||||
setHdCoin(116);
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@@ -426,7 +426,7 @@ it('Allows selection of dogecoin', function(done) {
|
||||
it('Allows selection of denarius', function(done) {
|
||||
var params = {
|
||||
selectText: "DNR - Denarius",
|
||||
firstAddress: "D9feDKo88SHir79b2Kqhk7JAtaddmxDjNV",
|
||||
firstAddress: "DFdFMVUMzU9xX88EywXvAGwjiwpxyh9vKb",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user