mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
refactor: Use type-safe std::chrono for addrman time
This commit is contained in:
parent
fa2ae373f3
commit
fa64dd6673
13 changed files with 164 additions and 153 deletions
|
|
@ -43,7 +43,7 @@ static void CreateAddresses()
|
|||
|
||||
CAddress ret(CService(addr, port), NODE_NETWORK);
|
||||
|
||||
ret.nTime = GetAdjustedTime();
|
||||
ret.nTime = AdjustedTime();
|
||||
|
||||
return ret;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue