diff options
-rw-r--r-- | core/consensus-timestamp.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/consensus-timestamp.go b/core/consensus-timestamp.go index 55a6a9e..1822f74 100644 --- a/core/consensus-timestamp.go +++ b/core/consensus-timestamp.go @@ -65,6 +65,8 @@ func (ct *consensusTimestamp) processBlocks(blocks []*types.Block) (err error) { getMedianTime(ct.chainTimestamps); err != nil { return } + } else { + block.Finalization.Timestamp = time.Time{} } for uint32(len(ct.chainTimestamps)) <= block.Position.ChainID { |