feat: impl StateReader for BlockchainProvider2 (#10618)

This commit is contained in:
Dan Cline
2024-09-03 11:24:02 -04:00
committed by GitHub
parent 9d46b06420
commit 5744ad1fa0
4 changed files with 48 additions and 13 deletions

View File

@ -603,6 +603,7 @@ impl<DB, Spec> Clone for ProviderFactory<DB, Spec> {
}
}
}
#[cfg(test)]
mod tests {
use super::*;