mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 10:00:30 +00:00
one more build fix
This commit is contained in:
@@ -143,7 +143,7 @@ struct SEnv
|
||||
XRPAmount
|
||||
reserve(std::uint32_t count)
|
||||
{
|
||||
return baseAccountReserve(*env.current(), count);
|
||||
return jtx::baseAccountReserve(*env.current(), count);
|
||||
}
|
||||
|
||||
XRPAmount
|
||||
|
||||
Reference in New Issue
Block a user