mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
LKRcoin test case
This commit is contained in:
@@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) {
|
|||||||
};
|
};
|
||||||
testNetwork(done, params);
|
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) {
|
it('Allows selection of peercoin', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "PPC - Peercoin",
|
selectText: "PPC - Peercoin",
|
||||||
|
|||||||
Reference in New Issue
Block a user