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/node/interfaces.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/node/interfaces.cpp')
-rw-r--r-- | src/node/interfaces.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node/interfaces.cpp b/src/node/interfaces.cpp index be7e3992f0..46d45377fa 100644 --- a/src/node/interfaces.cpp +++ b/src/node/interfaces.cpp @@ -36,7 +36,6 @@ #include <shutdown.h> #include <support/allocators/secure.h> #include <sync.h> -#include <timedata.h> #include <txmempool.h> #include <uint256.h> #include <univalue.h> |