mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-03-01 12:20:49 +00:00
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.