This commit is contained in:
Sachin Kamath
2024-11-05 16:01:18 +05:30
parent 620d68ea2f
commit 4ebb9cd239
@@ -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,