MCPcopy Create free account
hub / github.com/bcndev/bytecoin / move_batch_errors

Method move_batch_errors

src/Core/Multicore.cpp:175–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175std::vector<ConsensusErrorBadOutputOrSignature> RingCheckerMulticore::move_batch_errors() {
176 while (true) {
177 std::unique_lock<std::mutex> lock(mu);
178 if (ready_counter != total_counter) {
179 result_ready.wait(lock);
180 continue;
181 }
182 return std::move(errors);
183 }
184}

Callers 1

redo_blockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected