mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-04-19 11:18:09 +02:00
Remove GetAdjustedTime
This commit is contained in:
@@ -32,7 +32,6 @@ namespace kernel {
|
||||
struct ChainstateManagerOpts {
|
||||
const CChainParams& chainparams;
|
||||
fs::path datadir;
|
||||
const std::function<NodeClock::time_point()> adjusted_time_callback{nullptr};
|
||||
std::optional<bool> check_block_index{};
|
||||
bool checkpoints_enabled{DEFAULT_CHECKPOINTS_ENABLED};
|
||||
//! If set, it will override the minimum work we will assume exists on some valid chain.
|
||||
|
||||
Reference in New Issue
Block a user