MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / subscribeToCoreSignals

Method subscribeToCoreSignals

src/qt/transactiontablemodel.cpp:744–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742}
743
744void TransactionTableModel::subscribeToCoreSignals()
745{
746 // Connect signals to wallet
747 m_handler_transaction_changed = walletModel->wallet().handleTransactionChanged(boost::bind(NotifyTransactionChanged, this, _1, _2));
748 m_handler_show_progress = walletModel->wallet().handleShowProgress(boost::bind(ShowProgress, this, _1, _2));
749}
750
751void TransactionTableModel::unsubscribeFromCoreSignals()
752{

Callers

nothing calls this directly

Calls 2

handleShowProgressMethod · 0.45

Tested by

no test coverage detected