MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / SyncWithWallets

Function SyncWithWallets

src/validationinterface.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void SyncWithWallets(const CTransaction &tx, const CBlock *pblock, bool fRespend) {
46 g_signals.SyncTransaction(tx, pblock, fRespend);
47}

Callers 2

AcceptToMemoryPoolFunction · 0.85
BOOST_FOREACHFunction · 0.85

Calls 1

SyncTransactionMethod · 0.45

Tested by

no test coverage detected