mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-23 15:10:23 +00:00
refactor: Rename static constants (#3073)
This commit is contained in:
@@ -311,7 +311,7 @@ BackendInterface::fetchLedgerPage(
|
||||
ripple::uint256 const& curCursor = [&]() {
|
||||
if (!keys.empty())
|
||||
return keys.back();
|
||||
return (cursor ? *cursor : kFIRST_KEY);
|
||||
return (cursor ? *cursor : kFirstKey);
|
||||
}();
|
||||
|
||||
// NOLINTNEXTLINE(bugprone-unchecked-optional-access)
|
||||
|
||||
Reference in New Issue
Block a user