mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 10:47:05 +00:00
namespace rename
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user