feat(ext): provide direct access to database tx (#6178)

This commit is contained in:
Roman Krasiuk
2024-01-23 15:03:41 +01:00
committed by GitHub
parent 1e4d125616
commit b78f2239ed
6 changed files with 67 additions and 24 deletions

View File

@ -57,8 +57,6 @@ impl<DB: Clone> Clone for ProviderFactory<DB> {
}
}
impl<DB: Database> ProviderFactory<DB> {}
impl<DB> ProviderFactory<DB> {
/// Create new database provider factory.
pub fn new(db: DB, chain_spec: Arc<ChainSpec>) -> Self {