Add timestamp to block header
- Enables quickly deriving timestamp from header for log events
This commit is contained in:
@@ -11,6 +11,7 @@ type Header struct {
|
||||
BlockNumber int64 `db:"block_number"`
|
||||
Hash string
|
||||
Raw []byte
|
||||
Timestamp string `db:"block_timestamp"`
|
||||
}
|
||||
|
||||
type POAHeader struct {
|
||||
|
||||
Reference in New Issue
Block a user