We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc99851 commit 97f3541Copy full SHA for 97f3541
src/block_range_scanner.rs
@@ -122,10 +122,6 @@ pub const DEFAULT_BLOCK_CONFIRMATIONS: u64 = 0;
122
/// Default per-stream buffer size used by scanners.
123
pub const MAX_BUFFERED_MESSAGES: usize = 50000;
124
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
-
129
/// The result type yielded by block-range streams.
130
pub type BlockScannerResult = ScannerResult<RangeInclusive<BlockNumber>>;
131
0 commit comments