mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-06-08 03:07:20 +00:00
Change epoch milliseconds return type to uint64_t. (#155)
This commit is contained in:
@@ -197,7 +197,7 @@ namespace p2p
|
||||
return false;
|
||||
}
|
||||
|
||||
const int64_t time_now = util::get_epoch_milliseconds();
|
||||
const uint64_t time_now = util::get_epoch_milliseconds();
|
||||
// Checking the time to live of the container. The time to live for forwarding is three times the round time.
|
||||
if (container->timestamp() < (time_now - (conf::cfg.roundtime * 3)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user