mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge 01e5d6b105 into merged_master (Bitcoin PR bitcoin/bitcoin#28048)
This commit is contained in:
commit
e17c92ebb1
10 changed files with 56 additions and 17 deletions
|
|
@ -127,6 +127,7 @@ using node::CacheSizes;
|
|||
using node::CalculateCacheSizes;
|
||||
using node::DEFAULT_PERSIST_MEMPOOL;
|
||||
using node::DEFAULT_PRINTPRIORITY;
|
||||
using node::DEFAULT_STOPATHEIGHT;
|
||||
using node::fReindex;
|
||||
using node::KernelNotifications;
|
||||
using node::LoadChainstate;
|
||||
|
|
@ -1548,6 +1549,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
|||
// ********************************************************* Step 7: load block chain
|
||||
|
||||
node.notifications = std::make_unique<KernelNotifications>(node.exit_status);
|
||||
ReadNotificationArgs(args, *node.notifications);
|
||||
fReindex = args.GetBoolArg("-reindex", false);
|
||||
bool fReindexChainState = args.GetBoolArg("-reindex-chainstate", false);
|
||||
ChainstateManager::Options chainman_opts{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue