Page MenuHomePhabricator

Let UpdateTime take the adjusted time instead of getting it locally
ClosedPublic

Authored by Fabien on Aug 6 2024, 09:25.

Details

Summary

For the heartbeat feature we want to return the current node time in the block template. In order to avoid time point discrepeancy, the time should be accessed once and passed down the places where it's needed. There is no change in behavior.

Test Plan
ninja all check-all

Diff Detail