mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
LKRcoin test case
This commit is contained in:
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of lkrcoin', function(done) {
|
||||
var params = {
|
||||
selectText: "LKR - Lkrcoin",
|
||||
firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of peercoin', function(done) {
|
||||
var params = {
|
||||
selectText: "PPC - Peercoin",
|
||||
|
||||
Reference in New Issue
Block a user