mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user