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

Method subscribeToCoreSignals

src/qt/bitcoingui.cpp:1449–1454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447}
1448
1449void BitcoinGUI::subscribeToCoreSignals()
1450{
1451 // Connect signals to client
1452 m_handler_message_box = m_node.handleMessageBox(std::bind(ThreadSafeMessageBox, this, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3));
1453 m_handler_question = m_node.handleQuestion(std::bind(ThreadSafeMessageBox, this, std::placeholders::_1, std::placeholders::_3, std::placeholders::_4));
1454}
1455
1456void BitcoinGUI::unsubscribeFromCoreSignals()
1457{

Callers

nothing calls this directly

Calls 2

handleMessageBoxMethod · 0.80
handleQuestionMethod · 0.80

Tested by

no test coverage detected