Add type-safe AdjustedTime() getter to timedata

Also, fix includes.

The getter will be used in a future commit.
This commit is contained in:
MarcoFalke 2022-03-24 21:21:58 +01:00 committed by MacroFake
parent fa5103a9f5
commit fa2ae373f3
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
4 changed files with 8 additions and 3 deletions

View file

@ -29,6 +29,7 @@
#include <scheduler.h>
#include <streams.h>
#include <sync.h>
#include <timedata.h>
#include <tinyformat.h>
#include <txmempool.h>
#include <txorphanage.h>