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

Method createNode

src/qt/bitcoin.cpp:281–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void BitcoinApplication::createNode(interfaces::Init& init)
282{
283 assert(!m_node);
284 m_node = init.makeNode();
285 if (optionsModel) optionsModel->setNode(*m_node);
286 if (m_splash) m_splash->setNode(*m_node);
287}
288
289bool BitcoinApplication::baseInitialize()
290{

Callers 2

GuiMainFunction · 0.80
mainFunction · 0.80

Calls 2

makeNodeMethod · 0.45
setNodeMethod · 0.45

Tested by 1

mainFunction · 0.64