mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 62d9ff9e6e into merged_master (Bitcoin PR bitcoin/bitcoin#22107)
This commit is contained in:
commit
62962e335d
6 changed files with 10 additions and 10 deletions
|
|
@ -418,7 +418,7 @@ private:
|
|||
if (conn_type == "addr-fetch") return "addr";
|
||||
return "";
|
||||
}
|
||||
const int64_t m_time_now{GetSystemTimeInSeconds()};
|
||||
const int64_t m_time_now{GetTimeSeconds()};
|
||||
|
||||
public:
|
||||
static constexpr int ID_PEERINFO = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue