You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// GetNextTimestamp calculates the timestamp (in seconds and milliseconds) for the header based on the parent's timestamp and the current time.
32
+
// GetNextTimestamp calculates the timestamp (in seconds and milliseconds) for the next child block based on the parent's timestamp and the current time.
33
33
// First return value is the timestamp in seconds, second return value is the timestamp in milliseconds.
34
34
funcGetNextTimestamp(parent*types.Header, now time.Time) (uint64, uint64) {
0 commit comments