LKRcoin test case

This commit is contained in:
Jose Luis Estevez Prieto
2019-01-14 16:42:28 +01:00
parent 8ba31a8985
commit ae27549baf

View File

@@ -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",