mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +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
@@ -135,7 +135,7 @@ enabledAmendments_t
|
||||
getEnabledAmendments (ReadView const& view);
|
||||
|
||||
// Return a map of amendments that have achieved majority
|
||||
using majorityAmendments_t = std::map <uint256, std::uint32_t>;
|
||||
using majorityAmendments_t = std::map <uint256, NetClock::time_point>;
|
||||
majorityAmendments_t
|
||||
getMajorityAmendments (ReadView const& view);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user