diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2017-06-05 14:19:55 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2017-06-14 13:45:11 +1000 |
commit | 56b1275f405f900872f95fc440c487fd478c3094 (patch) | |
tree | 4f8c9c67e603dfdea891eb7fb099a933e5f5e571 | |
parent | bba46401ad7e7fdc3095ac32ee42080c3bd1b666 (diff) | |
download | BIP39-56b1275f405f900872f95fc440c487fd478c3094.tar.gz BIP39-56b1275f405f900872f95fc440c487fd478c3094.tar.zst BIP39-56b1275f405f900872f95fc440c487fd478c3094.zip |
Fix typo: s/litecoin/ripple
-rw-r--r-- | tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ page.open(url, function(status) { | |||
351 | return $(".address:first").text(); | 351 | return $(".address:first").text(); |
352 | }); | 352 | }); |
353 | if (actual != expected) { | 353 | if (actual != expected) { |
354 | console.log("Litecoin address is incorrect"); | 354 | console.log("Ripple address is incorrect"); |
355 | console.log("Expected: " + expected); | 355 | console.log("Expected: " + expected); |
356 | console.log("Actual: " + actual); | 356 | console.log("Actual: " + actual); |
357 | fail(); | 357 | fail(); |