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

Function UnregisterAllWallets

src/main.cpp:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void UnregisterAllWallets() {
148 g_signals.Broadcast.disconnect_all_slots();
149 // g_signals.Inventory.disconnect_all_slots();
150 g_signals.SetBestChain.disconnect_all_slots();
151 g_signals.EraseTransaction.disconnect_all_slots();
152 g_signals.SyncTransaction.disconnect_all_slots();
153}
154
155void SyncTransaction(const uint256 &hash, CBaseTx *pBaseTx, const CBlock *pBlock) {
156 g_signals.SyncTransaction(hash, pBaseTx, pBlock);

Callers 1

ShutdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected