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

Method requestInitialize

src/qt/bitcoin.cpp:322–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322void BitcoinApplication::requestInitialize()
323{
324 qDebug() << __func__ << ": Requesting initialize";
325 startThread();
326 Q_EMIT requestedInitialize();
327}
328
329void BitcoinApplication::requestShutdown()
330{

Callers 2

GuiMainFunction · 0.80
appTestsMethod · 0.80

Calls

no outgoing calls

Tested by 1

appTestsMethod · 0.64