MCPcopy Create free account
hub / github.com/citp/BlockSci / makeHoldTxStep

Function makeHoldTxStep

tools/parser/block_processor.cpp:723–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723ProcessStep makeHoldTxStep() {
724 std::vector<std::unique_ptr<QueueStage>> subSteps;
725 subSteps.push_back(std::make_unique<TxHoldSubStep>());
726
727 std::unique_ptr<ProcessorStep> emptyStep;
728 return {std::move(emptyStep), std::move(subSteps)};
729}
730
731struct ProcessStepQueue {
732

Callers 1

addNewBlocksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected