MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / SyncTransaction

Function SyncTransaction

src/main.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void SyncTransaction(const uint256 &hash, CBaseTx *pBaseTx, const CBlock *pBlock) {
156 g_signals.SyncTransaction(hash, pBaseTx, pBlock);
157}
158
159void EraseTransactionFromWallet(const uint256 &hash) { g_signals.EraseTransaction(hash); }
160

Callers 1

UpdateTipFunction · 0.85

Calls 1

SyncTransactionMethod · 0.80

Tested by

no test coverage detected