synechron-finlabs / quorum-maker

Utility to create and monitor Quorum nodes
Apache License 2.0
196 stars 97 forks source link

The timestamp of the block is wrong #89

Closed colindog closed 5 years ago

colindog commented 5 years ago

I use qm to create a testnet. But I found that the timestamp of the block is wrong. The timestamp is like : 1551448095094126300. But it should be 1551448095 . Do you met the similiar problem?

dhyansraj commented 5 years ago

what do you see from the geth console ?

colindog commented 5 years ago

The timestamp I mentioned is read from the geth console. Have you ever met this?

colindog commented 5 years ago

I find the reason. This is normal because quorum use nanoseconds in RAFT.