Page MenuHomePhabricator

[refactor] remove #include <validation.h> from zmqnotificationinterface.cpp
ClosedPublic

Authored by majcosta on Sep 24 2020, 14:27.

Details

Summary

upcoming PR16443 adds an #include <txdb.h> to validation.h which makes
zmq want leveldb symbols. this is the first step towards avoiding that and
a generally Good Thing To Do. #include <primitives/block.h> will do.

Test Plan
ninja check check-functional

Diff Detail

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 24 2020, 14:46