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

Method unsubscribeFromCoreSignals

src/qt/walletmodel.cpp:467–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void WalletModel::unsubscribeFromCoreSignals()
468{
469 // Disconnect signals from wallet
470 m_handler_unload->disconnect();
471 m_handler_status_changed->disconnect();
472 m_handler_address_book_changed->disconnect();
473 m_handler_transaction_changed->disconnect();
474 m_handler_show_progress->disconnect();
475 m_handler_watch_only_changed->disconnect();
476 m_handler_can_get_addrs_changed->disconnect();
477}
478
479// WalletModel::UnlockContext implementation
480WalletModel::UnlockContext WalletModel::requestUnlock()

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected