Skip to content

Commit 97f3541

Browse files
committed
remove unused DEFAULT_REORG_REWIND_DEPTH const
1 parent fc99851 commit 97f3541

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/block_range_scanner.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,6 @@ pub const DEFAULT_BLOCK_CONFIRMATIONS: u64 = 0;
122122
/// Default per-stream buffer size used by scanners.
123123
pub const MAX_BUFFERED_MESSAGES: usize = 50000;
124124

125-
// Maximum amount of reorged blocks on Ethereum (after this amount of block confirmations, a block
126-
// is considered final)
127-
pub const DEFAULT_REORG_REWIND_DEPTH: u64 = 64;
128-
129125
/// The result type yielded by block-range streams.
130126
pub type BlockScannerResult = ScannerResult<RangeInclusive<BlockNumber>>;
131127

0 commit comments

Comments
 (0)