Added PRJ - ProjectCoin

This commit is contained in:
Pawel Cioch
2018-10-21 14:57:38 -05:00
parent 64425922ae
commit d2ba387163
3 changed files with 25 additions and 1 deletions

View File

@@ -1333,7 +1333,13 @@ it('Allows selection of ANON', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of ProjectCoin', function(done) {
var params = {
selectText: "PRJ - ProjectCoin",
firstAddress: "PXZG97saRseSCftfe1mcFmfAA7pf6qBbaz",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {