Update zcash_client_backend/src/welding_rig.rs

Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
Kris Nuttycombe 2022-12-09 15:00:46 -07:00 committed by GitHub
parent bbe6280bb0
commit 77d6ef2fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ pub(crate) fn add_block_to_runner<P, S, T>(
}
#[tracing::instrument(skip_all, fields(height = block.height))]
#[allow(clippy::suspicious_else_formatting)]
pub(crate) fn scan_block_with_runner<
P: consensus::Parameters + Send + 'static,
K: ScanningKey,