mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 11:15:56 +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);
|
||||
if (!sle->isFieldPresent(sfOwner))
|
||||
{
|
||||
auto bookBase = keylet::quality({ltDIR_NODE, k}, 0);
|
||||
auto bookBase = keylet::quality({k}, 0);
|
||||
if (!inBase && inDesired)
|
||||
{
|
||||
auto firstBook =
|
||||
|
||||
Reference in New Issue
Block a user