Skip to content

Commit f76fa49

Browse files
chore: remove unused constant
1 parent 1ef008a commit f76fa49

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

dash-spv/src/sync/filters/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ pub use types::{
3737
};
3838
pub use types::{
3939
DEFAULT_FILTER_SYNC_RANGE, FILTER_BATCH_SIZE, FILTER_REQUEST_BATCH_SIZE, FILTER_RETRY_DELAY_MS,
40-
MAX_CONCURRENT_FILTER_REQUESTS, MAX_FILTER_REQUEST_SIZE, REQUEST_TIMEOUT_SECONDS,
41-
SYNC_TIMEOUT_SECONDS,
40+
MAX_CONCURRENT_FILTER_REQUESTS, REQUEST_TIMEOUT_SECONDS, SYNC_TIMEOUT_SECONDS,
4241
};

dash-spv/src/sync/filters/types.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ pub const DEFAULT_FILTER_SYNC_RANGE: u32 = 100;
2222
/// Batch size for compact filter requests (CFilters).
2323
pub const FILTER_REQUEST_BATCH_SIZE: u32 = 1000;
2424

25-
/// Maximum filters per CFilter request (Dash Core limit).
26-
pub const MAX_FILTER_REQUEST_SIZE: u32 = 1000;
27-
2825
/// Maximum concurrent filter batches allowed.
2926
pub const MAX_CONCURRENT_FILTER_REQUESTS: usize = 50;
3027

0 commit comments

Comments
 (0)