@@ -111,12 +111,12 @@ void DashTestSetup(NodeContext& node, const CChainParams& chainparams)
111
111
node.mempool ->ConnectManagers (node.dmnman .get ());
112
112
113
113
node.cj_ctx = std::make_unique<CJContext>(*node.chainman , *node.connman , *node.dmnman , *node.mn_metaman , *node.mempool ,
114
- /* mn_activeman = */ nullptr , *node.mn_sync , node.peerman , /* relay_txes = */ true );
114
+ /* mn_activeman= */ nullptr , *node.mn_sync , node.peerman , /* relay_txes= */ true );
115
115
#ifdef ENABLE_WALLET
116
116
node.coinjoin_loader = interfaces::MakeCoinJoinLoader (*node.cj_ctx ->walletman );
117
117
#endif // ENABLE_WALLET
118
- node.llmq_ctx = std::make_unique<LLMQContext>(*node.chainman , *node.connman , *node. dmnman , *node.evodb , *node.mn_metaman , *node.mnhf_manager , *node.sporkman , *node.mempool ,
119
- /* mn_activeman = */ nullptr , *node.mn_sync , node. peerman , /* unit_tests = */ true , /* wipe = */ false );
118
+ node.llmq_ctx = std::make_unique<LLMQContext>(*node.chainman , *node.dmnman , *node.evodb , *node.mn_metaman , *node.mnhf_manager , *node.sporkman , *node.mempool ,
119
+ /* mn_activeman= */ nullptr , *node.mn_sync , /* unit_tests= */ true , /* wipe= */ false );
120
120
Assert (node.mnhf_manager )->ConnectManagers (node.chainman .get (), node.llmq_ctx ->qman .get ());
121
121
node.chain_helper = std::make_unique<CChainstateHelper>(*node.cpoolman , *node.dmnman , *node.mnhf_manager , *node.govman , *(node.llmq_ctx ->quorum_block_processor ), *node.chainman ,
122
122
chainparams.GetConsensus (), *node.mn_sync , *node.sporkman , *(node.llmq_ctx ->clhandler ), *(node.llmq_ctx ->qman ));
0 commit comments