HomePhabricator

Fix the type of the header receive time

Description

Fix the type of the header receive time

Summary:
This is currently an uint64_t, but:

  • It is always assigned int64_t
  • The getter returns an int64_t

Let's turn it into a int64_t. Note that this field is not persisted to disk so it doesn't cause issue.

Test Plan:

ninja all check-all

Reviewers: #bitcoin_abc, bytesofman

Reviewed By: #bitcoin_abc, bytesofman

Differential Revision: https://reviews.bitcoinabc.org/D16835

Details

Provenance
FabienAuthored on Oct 1 2024, 20:47
FabienPushed on Oct 2 2024, 08:29
Reviewer
Restricted Project
Differential Revision
D16835: Fix the type of the header receive time
Parents
rABC597ca78e92c1: [electrum] move-only: move helper functions to avoid libsecp dependency
Branches
Unknown
Tags
Unknown