mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +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:
@@ -100,8 +100,8 @@ public:
|
||||
void
|
||||
testKeypairGenerationAndSigning()
|
||||
{
|
||||
std::string const message1 = "http://www.ripple.com";
|
||||
std::string const message2 = "https://www.ripple.com";
|
||||
std::string const message1 = "http://www.xrpl.org";
|
||||
std::string const message2 = "https://www.xrpl.org";
|
||||
|
||||
{
|
||||
testcase("Node keypair generation & signing (secp256k1)");
|
||||
|
||||
Reference in New Issue
Block a user