MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / PushMessage

Method PushMessage

src/net_processing.cpp:722–722  ·  view source on GitHub ↗

Send a message to a peer */

Source from the content-addressed store, hash-verified

720
721 /** Send a message to a peer */
722 void PushMessage(CNode& node, CSerializedNetMsg&& msg) const { m_connman.PushMessage(&node, std::move(msg)); }
723 template <typename... Args>
724 void MakeAndPushMessage(CNode& node, std::string msg_type, Args&&... args) const
725 {

Callers 1

MakeAndPushMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected