| 1720 | } |
| 1721 | |
| 1722 | void PeerManagerImpl::RelayTransaction(const uint256& txid, const uint256& wtxid) |
| 1723 | { |
| 1724 | WITH_LOCK(cs_main, _RelayTransaction(txid, wtxid);); |
| 1725 | } |
| 1726 | |
| 1727 | void PeerManagerImpl::_RelayTransaction(const uint256& txid, const uint256& wtxid) |
| 1728 | { |
no outgoing calls
no test coverage detected