func (h *DBlockHeader) SetTimestamp(timestamp interfaces.Timestamp) {
	h.Timestamp = timestamp.GetTimeMinutesUInt32()
}