mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(ext): provide direct access to database tx (#6178)
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user