core/types, eth: meassure and display propagation times

This commit is contained in:
obscuren
2015-04-29 19:55:30 +02:00
parent f8c27d7159
commit 9e63798d03
2 changed files with 5 additions and 1 deletions

View File

@ -99,6 +99,8 @@ type Block struct {
Td *big.Int
queued bool // flag for blockpool to skip TD check
ReceivedAt time.Time
receipts Receipts
}