mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Move ::nPruneTarget into BlockManager
This commit is contained in:
@@ -85,7 +85,7 @@ int main(int argc, char* argv[])
|
||||
.datadir = gArgs.GetDataDirNet(),
|
||||
.adjusted_time_callback = NodeClock::now,
|
||||
};
|
||||
ChainstateManager chainman{chainman_opts};
|
||||
ChainstateManager chainman{chainman_opts, {}};
|
||||
|
||||
node::CacheSizes cache_sizes;
|
||||
cache_sizes.block_tree_db = 2 << 20;
|
||||
|
||||
Reference in New Issue
Block a user