MystenLabs / mysticeti

Mysticeti: Low-Latency DAG Consensus with Fast Commit Path
Apache License 2.0
55 stars 28 forks source link

[fix] block timestamp convert nanos to millis. #50

Closed akichidis closed 1 year ago

akichidis commented 1 year ago

We should divide by 1_000_000 . Fallback to Duration to get the milis in nanos to avoid hardcoding.

lxfind commented 1 year ago

Ah good catch!