namespace rename

This commit is contained in:
Shawn Xie
2026-01-30 12:36:15 -05:00
parent cad8fb328a
commit 66ed0fa452
15 changed files with 32 additions and 32 deletions

View File

@@ -1623,7 +1623,7 @@ MPTTester::encryptAmount(
if (auto const pubKey = getPubKey(account))
{
if (auto const result =
ripple::encryptAmount(amt, *pubKey, blindingFactor))
xrpl::encryptAmount(amt, *pubKey, blindingFactor))
return *result;
}