Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
void SyncWithWallets(const CTransaction &tx, const CBlock *pblock, bool fRespend) {
46
g_signals.SyncTransaction(tx, pblock, fRespend);
47
}
Callers
2
AcceptToMemoryPool
Function · 0.85
BOOST_FOREACH
Function · 0.85
Calls
1
SyncTransaction
Method · 0.45
Tested by
no test coverage detected