MCPcopy Create free account
hub / github.com/LUX-Core/lux / RelayTransaction

Function RelayTransaction

src/net.cpp:2044–2049  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2042}
2043
2044void RelayTransaction(const CTransaction& tx) {
2045 CDataStream ss(SER_NETWORK, PROTOCOL_VERSION);
2046 ss.reserve(10000);
2047 ss << tx;
2048 RelayTransaction(tx, ss);
2049}
2050
2051void RelayTransaction(const CTransaction& tx, const CDataStream& ss)
2052{

Callers 3

sendrawtransactionFunction · 0.85
ProcessMessageFunction · 0.85

Calls 11

GetTimeFunction · 0.85
ActiveProtocolFunction · 0.85
IsRelevantAndUpdateMethod · 0.80
PushInventoryMethod · 0.80
reserveMethod · 0.45
GetHashMethod · 0.45
emptyMethod · 0.45
eraseMethod · 0.45
insertMethod · 0.45
push_backMethod · 0.45
GetHexMethod · 0.45

Tested by

no test coverage detected