Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Feb 23, 2025
1 parent 5d34b99 commit 0790ef8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,12 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
node.mn_activeman.get(), *node.mn_sync, *node.llmq_ctx->isman, node.peerman,
!ignores_incoming_txs);

#ifdef ENABLE_WALLET
if (args.GetBoolArg("-disablewallet", DEFAULT_DISABLE_WALLET)) {
node.coinjoin_loader = interfaces::MakeCoinJoinLoader(node);
}
#endif // ENABLE_WALLET

// ********************************************************* Step 7d: Setup other Dash services

bool fLoadCacheFiles = !(fReindex || fReindexChainState) && (chainman.ActiveChain().Tip() != nullptr);
Expand Down

0 comments on commit 0790ef8

Please sign in to comment.