mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
Add test for blackcoin
This commit is contained in:
@@ -620,6 +620,13 @@ it('Allows selection of AXE', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of BlackCoin', function(done) {
|
||||
var params = {
|
||||
selectText: "BLK - BlackCoin",
|
||||
firstAddress: "B5MznAKwj7uQ42vDz3w4onhBXPcqhTwJ9z",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
// BIP39 seed is set from phrase
|
||||
it('Sets the bip39 seed from the prhase', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user