mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 00:50:45 +00:00
Review feedback from @greptatcam: getStartDate
- Make getStartDate helper in LoanSet static.
This commit is contained in:
@@ -185,7 +185,7 @@ LoanSet::getValueFields()
|
||||
return valueFields;
|
||||
}
|
||||
|
||||
std::uint32_t
|
||||
static std::uint32_t
|
||||
getStartDate(ReadView const& view)
|
||||
{
|
||||
return view.info().closeTime.time_since_epoch().count();
|
||||
|
||||
Reference in New Issue
Block a user