diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-03-24 21:21:58 +0100 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-26 11:05:54 +0200 |
commit | fa2ae373f33fa76dc4e435e7cb4778055aa6afd5 (patch) | |
tree | 8b7a69a629e0b273118428eceabf1a57d5e1d2fc /src/net_processing.cpp | |
parent | fa5103a9f5f8559ab005c0b012d3d3a8057d81fb (diff) |
Add type-safe AdjustedTime() getter to timedata
Also, fix includes.
The getter will be used in a future commit.
Diffstat (limited to 'src/net_processing.cpp')
-rw-r--r-- | src/net_processing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net_processing.cpp b/src/net_processing.cpp index 74d1bf44d2..c51fe7423e 100644 --- a/src/net_processing.cpp +++ b/src/net_processing.cpp @@ -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> |