aboutsummaryrefslogtreecommitdiffstats
path: root/core/types/block.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/types/block.go')
-rw-r--r--core/types/block.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/types/block.go b/core/types/block.go
index 9fd483e..4b8398c 100644
--- a/core/types/block.go
+++ b/core/types/block.go
@@ -71,6 +71,7 @@ type Block struct {
Ackeds map[common.Hash]struct{} `json:"-"`
AckedValidators map[ValidatorID]struct{} `json:"-"`
Status Status `json:"-"`
+ ReceivedTime time.Time `json:"-"`
}
// Block implements BlockConverter interface.