aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-11-01 15:56:25 +1100
committerGitHub <noreply@github.com>2018-11-01 15:56:25 +1100
commitce349ac99f2083eec70f9546354aaa2eae4689ed (patch)
tree245eb38b80e5cca2c6d5ef80bec88a5b1ffd2a43 /tests
parenta51ef005ac7f2aaa656610c272004a6f21011c0c (diff)
parent38d1b296df81edb8a8a6a15c097332d0bee3d5e0 (diff)
downloadBIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.tar.gz
BIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.tar.zst
BIP39-ce349ac99f2083eec70f9546354aaa2eae4689ed.zip
Merge pull request #272 from skironDotNet/phore-coin
Added Phore (PHR) coin
Diffstat (limited to 'tests')
-rw-r--r--tests/spec/tests.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js
index 2b40fcf..b1308fb 100644
--- a/tests/spec/tests.js
+++ b/tests/spec/tests.js
@@ -1341,6 +1341,13 @@ it('Allows selection of ProjectCoin', function(done) {
1341 }; 1341 };
1342 testNetwork(done, params); 1342 testNetwork(done, params);
1343}); 1343});
1344it('Allows selection of Phore', function(done) {
1345 var params = {
1346 selectText: "PHR - Phore",
1347 firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC",
1348 };
1349 testNetwork(done, params);
1350});
1344 1351
1345// BIP39 seed is set from phrase 1352// BIP39 seed is set from phrase
1346it('Sets the bip39 seed from the prhase', function(done) { 1353it('Sets the bip39 seed from the prhase', function(done) {