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
In the countdown introduced in this commit, 7feb7ff, the calculation could be affected clock skew between the source providing the timestamp for block and the system clock where the code is being executed.
One proposed solution is to compare Date.now() with last block timestamp, so at max, the difference would be 20s.
The text was updated successfully, but these errors were encountered:
In the countdown introduced in this commit, 7feb7ff, the calculation could be affected clock skew between the source providing the timestamp for block and the system clock where the code is being executed.
One proposed solution is to compare Date.now() with last block timestamp, so at max, the difference would be 20s.
The text was updated successfully, but these errors were encountered: