feat: light cleaning (#10385)

This commit is contained in:
greged93
2024-08-19 21:26:29 -07:00
committed by GitHub
parent 9dc855d7e1
commit 7f6aa433c9
2 changed files with 6 additions and 7 deletions

View File

@ -37,7 +37,7 @@ use tracing::trace;
/// This type serves as the main entry point for interacting with the blockchain and provides data
/// from database storage and from the blockchain tree (pending state etc.) It is a simple wrapper
/// type that holds an instance of the database and the blockchain tree.
#[allow(missing_debug_implementations)]
#[derive(Debug)]
pub struct BlockchainProvider2<DB> {
/// Provider type used to access the database.
database: ProviderFactory<DB>,