mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
one more
This commit is contained in:
@@ -307,7 +307,7 @@ private:
|
||||
return rpcError(rpcINVALID_LGR_RANGE);
|
||||
}
|
||||
|
||||
if (auto const ledgerMaxOpt = jvParseInt(jvParams[2u]))
|
||||
if (auto const ledgerMaxOpt = jvParseInt(jvParams[2u]); ledgerMaxOpt.has_value())
|
||||
{
|
||||
ledgerMax = *ledgerMaxOpt;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user