This commit is contained in:
Sachin Kamath
2024-11-05 16:01:18 +05:30
committed by Mark Sinclair
parent c99a240ed4
commit 80f965a104
@@ -66,6 +66,7 @@ pub struct BlockProcessor {
msg_modules: Vec<Box<dyn MsgModule + Send>>,
}
#[allow(clippy::too_many_arguments)]
impl BlockProcessor {
pub async fn new(
pruning_options: PruningOptions,