aboutsummaryrefslogtreecommitdiff
path: root/src/node/chainstate.h
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-05-18 18:31:19 +0200
committerMacroFake <falke.marco@gmail.com>2022-05-18 18:44:04 +0200
commitfa4ee53dca5ccf1b87f019f372ffc10528add943 (patch)
tree4ca3b355f22078aebc9cb08cac03df96cc2e90b1 /src/node/chainstate.h
parent002411dc53753b52fef645484258e8baf41585a1 (diff)
downloadbitcoin-fa4ee53dca5ccf1b87f019f372ffc10528add943.tar.xz
Do not pass time getter to Chainstate helpers
Diffstat (limited to 'src/node/chainstate.h')
-rw-r--r--src/node/chainstate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node/chainstate.h b/src/node/chainstate.h
index 8ba04f1436..deeca5db06 100644
--- a/src/node/chainstate.h
+++ b/src/node/chainstate.h
@@ -80,8 +80,7 @@ std::optional<ChainstateLoadVerifyError> VerifyLoadedChainstate(ChainstateManage
bool fReindexChainState,
const Consensus::Params& consensus_params,
int check_blocks,
- int check_level,
- std::function<int64_t()> get_unix_time_seconds);
+ int check_level);
} // namespace node
#endif // BITCOIN_NODE_CHAINSTATE_H