Skip to content

Commit a184703

Browse files
committed
refactor: remove BlockAssembler from friends of CChainstateHelper
1 parent 65366a4 commit a184703

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/evo/chainhelper.h

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,13 @@ class CQuorumBlockProcessor;
3535
class CQuorumManager;
3636
class CQuorumSnapshotManager;
3737
} // namespace llmq
38-
namespace node {
39-
class BlockAssembler;
40-
} // namespace node
41-
4238
class CChainstateHelper
4339
{
44-
friend class node::BlockAssembler;
45-
4640
private:
4741
llmq::CInstantSendManager& isman;
48-
const std::unique_ptr<CCreditPoolManager> credit_pool_manager;
4942

5043
public:
44+
const std::unique_ptr<CCreditPoolManager> credit_pool_manager;
5145
const chainlock::Chainlocks& m_chainlocks;
5246
const std::unique_ptr<CMNHFManager> ehf_manager;
5347
const std::unique_ptr<CMNPaymentsProcessor> mn_payments;

0 commit comments

Comments
 (0)