mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-15 08:35:51 +00:00
Fix build error
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -244,7 +244,7 @@ doLedgerGrpc(RPC::GRPCContext<org::xrpl::rpc::v1::GetLedgerRequest>& context)
|
|||||||
auto sle = std::make_shared<SLE>(SerialIter{blob}, k);
|
auto sle = std::make_shared<SLE>(SerialIter{blob}, k);
|
||||||
if (!sle->isFieldPresent(sfOwner))
|
if (!sle->isFieldPresent(sfOwner))
|
||||||
{
|
{
|
||||||
auto bookBase = keylet::quality({ltDIR_NODE, k}, 0);
|
auto bookBase = keylet::quality({k}, 0);
|
||||||
if (!inBase && inDesired)
|
if (!inBase && inDesired)
|
||||||
{
|
{
|
||||||
auto firstBook =
|
auto firstBook =
|
||||||
|
|||||||
Reference in New Issue
Block a user