Fix typo: s/litecoin/ripple

This commit is contained in:
Ian Coleman
2017-06-05 14:19:55 +10:00
parent bba46401ad
commit 56b1275f40

View File

@@ -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();