feat(node): remove freelist from status log (#10395)

This commit is contained in:
Alexey Shekhirin
2024-08-20 07:20:55 -07:00
committed by GitHub
parent 3373670723
commit 5470574bf2
8 changed files with 9 additions and 48 deletions

View File

@ -209,7 +209,6 @@ impl Command {
Some(Box::new(network)),
latest_block_number,
events,
provider_factory.db_ref().clone(),
),
);