diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/types/block.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/types/block.go b/core/types/block.go index 19cf49c12..c93452fa7 100644 --- a/core/types/block.go +++ b/core/types/block.go @@ -99,6 +99,8 @@ type Block struct { Td *big.Int queued bool // flag for blockpool to skip TD check + ReceivedAt time.Time + receipts Receipts } |