Skip to content

Commit

Permalink
NOTE: We'll revisit all allow\(dead_code\) soon
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Dec 2, 2024
1 parent 8f3f65c commit 1045a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zingo-sync/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ use zcash_primitives::{
use crate::{keys::KeyId, utils};

/// Encapsulates the current state of sync
#[derive(Debug, Getters, MutGetters)]
pub struct SyncState {
/// A vec of block ranges with scan priorities from wallet birthday to chain tip.
/// In block height order with no overlaps or gaps.
pub(crate) scan_ranges: Vec<ScanRange>,
/// Block height and txid of known spends which are awaiting the scanning of the range it belongs to for transaction decryption.
#[allow(dead_code)]
pub(crate) spend_locations: Vec<(BlockHeight, TxId)>,
}

Expand Down

0 comments on commit 1045a3b

Please sign in to comment.