MCPcopy Create free account
hub / github.com/ElementsProject/elements / RelayTransaction

Method RelayTransaction

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

Source from the content-addressed store, hash-verified

1720}
1721
1722void PeerManagerImpl::RelayTransaction(const uint256& txid, const uint256& wtxid)
1723{
1724 WITH_LOCK(cs_main, _RelayTransaction(txid, wtxid););
1725}
1726
1727void PeerManagerImpl::_RelayTransaction(const uint256& txid, const uint256& wtxid)
1728{

Callers 1

BroadcastTransactionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected