Page MenuHomePhabricator

txdb: remove dependency on ui_interface
AbandonedPublic

Authored by PiRK on Wed, Nov 19, 16:53.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Summary

This partially addresses the issue of the ui_interface still being a kernel dependency after D18969. We can remove the indirect dependency via txdb.cpp, and then we are left with only the net.cpp transitive dependency.

Kernel notifications were introduced in D16206

Test Plan

ninja all check-all

Diff Detail