mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-28 13:05:18 +00:00
c0199e8944
startedAtMs is the time passed since UNIX epoch in milliseconds. Cannot use a monotime clock for that. As we want to keep mono for other Moment.now() usage, imported epochTime from std/times instead.