Page MenuHomePhabricator

[net processing] Move RelayTransaction into PeerManager
ClosedPublic

Authored by Fabien on Oct 11 2022, 14:08.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCc37cdbb68626: [net processing] Move RelayTransaction into PeerManager
Summary
It moves the RelayTransaction() function to be a member function of the PeerManager class. This is required in order to move the transaction inventory data into the Peer object, since Peer objects are only accessible from within PeerManager.

Backport of core#21162.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable