mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[net processing] Don't pass CConnman to RelayTransactions
Use the local m_connman instead
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
virtual bool IgnoresIncomingTxs() = 0;
|
||||
|
||||
/** Relay transaction to all peers. */
|
||||
virtual void RelayTransaction(const uint256& txid, const uint256& wtxid, const CConnman& connman)
|
||||
virtual void RelayTransaction(const uint256& txid, const uint256& wtxid)
|
||||
EXCLUSIVE_LOCKS_REQUIRED(cs_main) = 0;
|
||||
|
||||
/** Send ping message to all peers */
|
||||
|
||||
Reference in New Issue
Block a user