MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / MakeMining

Method MakeMining

src/test/miner_tests.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 return *m_node.mempool;
86 }
87 std::unique_ptr<Mining> MakeMining()
88 {
89 return interfaces::MakeMining(m_node, /*wait_loaded=*/false);
90 }
91};
92} // namespace miner_tests
93

Callers

nothing calls this directly

Calls 1

MakeMiningFunction · 0.85

Tested by

no test coverage detected