one more build fix

This commit is contained in:
Mayukha Vadari
2026-06-24 13:39:43 -04:00
parent 06ddbfc337
commit fafc58cf44

View File

@@ -143,7 +143,7 @@ struct SEnv
XRPAmount
reserve(std::uint32_t count)
{
return baseAccountReserve(*env.current(), count);
return jtx::baseAccountReserve(*env.current(), count);
}
XRPAmount