MCPcopy Create free account
hub / github.com/ElementsProject/elements / unsubscribeFromCoreSignals

Method unsubscribeFromCoreSignals

src/qt/transactiontablemodel.cpp:761–766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759}
760
761void TransactionTableModel::unsubscribeFromCoreSignals()
762{
763 // Disconnect signals from wallet
764 m_handler_transaction_changed->disconnect();
765 m_handler_show_progress->disconnect();
766}

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected