Page MenuHomePhabricator

Remove mempool global from interfaces
ClosedPublic

Authored by PiRK on Jul 14 2021, 08:32.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCd4e8a4c13f26: Remove mempool global from interfaces
Summary

The chain interface has an m_node member, which has a pointer to the mempool global. Use the pointer instead of the global to prepare the removal of the mempool global. See core#19556

This is a backport of core#19848

Test Plan

ninja all check-all