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
When querying the node time with qubic-cli the returned nanoseconds in the received packet are always 0:
The issue seems to originate on the node side, when processing SPECIAL_COMMAND_QUERY_TIME (qubic.cpp around line 1280). Assuming that updateTime() works as expected on the node, the EFI_TIME that's converted to UtcTime should contain nanoseconds.
The text was updated successfully, but these errors were encountered:
When querying the node time with qubic-cli the returned nanoseconds in the received packet are always 0:
The issue seems to originate on the node side, when processing SPECIAL_COMMAND_QUERY_TIME (qubic.cpp around line 1280). Assuming that updateTime() works as expected on the node, the EFI_TIME that's converted to UtcTime should contain nanoseconds.
The text was updated successfully, but these errors were encountered: