mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 00:12:18 +00:00
Fix typo: s/litecoin/ripple
This commit is contained in:
2
tests.js
2
tests.js
@@ -351,7 +351,7 @@ page.open(url, function(status) {
|
||||
return $(".address:first").text();
|
||||
});
|
||||
if (actual != expected) {
|
||||
console.log("Litecoin address is incorrect");
|
||||
console.log("Ripple address is incorrect");
|
||||
console.log("Expected: " + expected);
|
||||
console.log("Actual: " + actual);
|
||||
fail();
|
||||
|
||||
Reference in New Issue
Block a user