()
| 222 | } |
| 223 | |
| 224 | func (h *Header) Timestamp() time.Time { |
| 225 | return time.Unix(0, h.Time.Int64()*int64(time.Millisecond)/int64(time.Nanosecond)) |
| 226 | } |
| 227 | |
| 228 | func (h *Header) Impeachment() bool { |
| 229 | return h.Coinbase == common.Address{} |
no test coverage detected