Add test for Onixcoin

This commit is contained in:
Ian Coleman
2017-12-20 10:42:55 +11:00
parent 3fa0f4cbef
commit c51bb4f9e5

View File

@@ -506,6 +506,13 @@ it('Allows selection of namecoin', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of onixcoin', function(done) {
var params = {
selectText: "ONX - Onixcoin",
firstAddress: "XGwMqddeKjT3ddgX73QokjVbCL3aK6Yxfk",
};
testNetwork(done, params);
});
it('Allows selection of peercoin', function(done) {
var params = {
selectText: "PPC - Peercoin",