mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-19 03:04:27 -05:00
fix(storage): add skip(provider) to check_consistency instrument (#21818)
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
committed by
GitHub
parent
d4cb981209
commit
063d9ef3f8
@@ -1314,7 +1314,7 @@ impl<N: NodePrimitives> StaticFileProvider<N> {
|
||||
///
|
||||
/// WARNING: No static file writer should be held before calling this function, otherwise it
|
||||
/// will deadlock.
|
||||
#[instrument(skip(self), fields(read_only = self.is_read_only()))]
|
||||
#[instrument(skip(self, provider), fields(read_only = self.is_read_only()))]
|
||||
pub fn check_consistency<Provider>(
|
||||
&self,
|
||||
provider: &Provider,
|
||||
|
||||
Reference in New Issue
Block a user