refactor: Rename non-functional uses of ripple(d) to xrpl(d) (#6676)

Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com>
This commit is contained in:
Bart
2026-04-07 09:00:17 -04:00
committed by GitHub
parent f239256d87
commit c00ed673a8
144 changed files with 544 additions and 511 deletions

View File

@@ -685,9 +685,9 @@ public:
}
void
testRippleLibEd25519()
testXrplLibEd25519()
{
testcase("ripple-lib encoded Ed25519 keys");
testcase("XrplLib encoded Ed25519 keys");
auto test = [this](char const* seed, char const* addr) {
{
@@ -784,7 +784,7 @@ public:
testKeypairForSignature(std::string("ed25519"), ed25519_strings);
testKeypairForSignature(std::string("secp256k1"), strong_brain_strings);
testRippleLibEd25519();
testXrplLibEd25519();
testKeypairForSignatureErrors();
}