Use BlockHeight to calculate uptime/downtime instead of timestamps.
Created by: mikkeljuhl
Use BlockHeight to calculate uptime/downtime instead of timestamps. timePassed
is calculated by checking how many blocks have passed * 10 minutes, instead of using the timestamps.
This is more reliable, if people should change their system time or things to that effect.
This is a move towards making a GlobalAverageUptime
.