mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Change the use of integrals to chrono types as appropriate
This commit is contained in:
committed by
Nik Bougalis
parent
bacf2605a4
commit
e86ff5daa1
@@ -60,7 +60,7 @@ Cluster::update (
|
||||
RippleAddress const& identity,
|
||||
std::string name,
|
||||
std::uint32_t loadFee,
|
||||
std::uint32_t reportTime)
|
||||
NetClock::time_point reportTime)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(mutex_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user