mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +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:
@@ -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