diff options
author | iancoleman <1281387+iancoleman@users.noreply.github.com> | 2019-04-23 09:01:11 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 09:01:11 +1000 |
commit | c4a09d67eb944be6536702f7a511f2601ec3e27e (patch) | |
tree | 37ff44938213a0fdc5dab82b0cf036ff73b1ffba /tests | |
parent | 30d6779baae16a8290fea4c2859b98c73b377617 (diff) | |
parent | bf13c95fb0a800b8d40b2c8ee0826a49b17ccd7d (diff) | |
download | BIP39-c4a09d67eb944be6536702f7a511f2601ec3e27e.tar.gz BIP39-c4a09d67eb944be6536702f7a511f2601ec3e27e.tar.zst BIP39-c4a09d67eb944be6536702f7a511f2601ec3e27e.zip |
Merge pull request #317 from skironDotNet/Crown_new_address_format
new Crown public address format (priv key not changed)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/spec/tests.js | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/spec/tests.js b/tests/spec/tests.js index d71a61c..a22d749 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js | |||
@@ -474,8 +474,15 @@ it('Allows selection of clam', function(done) { | |||
474 | }); | 474 | }); |
475 | it('Allows selection of crown', function(done) { | 475 | it('Allows selection of crown', function(done) { |
476 | var params = { | 476 | var params = { |
477 | selectText: "CRW - Crown (Legacy)", | ||
478 | firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", | ||
479 | }; | ||
480 | testNetwork(done, params); | ||
481 | }); | ||
482 | it('Allows selection of crown', function(done) { | ||
483 | var params = { | ||
477 | selectText: "CRW - Crown", | 484 | selectText: "CRW - Crown", |
478 | firstAddress: "18pWSwSUAQdiwMHUfFZB1fM2xue9X1FqE5", | 485 | firstAddress: "CRWKnVmVhvH1KWTYe6sq8xV4dFGcFpBEEkPQ", |
479 | }; | 486 | }; |
480 | testNetwork(done, params); | 487 | testNetwork(done, params); |
481 | }); | 488 | }); |