File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
stackslib/src/chainstate/stacks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2720,7 +2720,7 @@ impl BlockBuilder for StacksBlockBuilder {
2720
2720
}
2721
2721
}
2722
2722
2723
- pub fn select_and_apply_transactions_from_mempool < B : BlockBuilder > (
2723
+ fn select_and_apply_transactions_from_mempool < B : BlockBuilder > (
2724
2724
epoch_tx : & mut ClarityTx ,
2725
2725
builder : & mut B ,
2726
2726
mempool : & mut MemPoolDB ,
@@ -2980,7 +2980,7 @@ pub fn select_and_apply_transactions_from_mempool<B: BlockBuilder>(
2980
2980
Ok ( ( tx_events, blocked) )
2981
2981
}
2982
2982
2983
- pub fn select_and_apply_transactions_from_vec < B : BlockBuilder > (
2983
+ fn select_and_apply_transactions_from_vec < B : BlockBuilder > (
2984
2984
epoch_tx : & mut ClarityTx ,
2985
2985
builder : & mut B ,
2986
2986
tip_height : u64 ,
You can’t perform that action at this time.
0 commit comments