Skip to content

Commit 30b933d

Browse files
authored
Update src/block_range_scanner.rs
1 parent cd5dac4 commit 30b933d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block_range_scanner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pub const DEFAULT_REORG_REWIND_DEPTH: u64 = 64;
9393

9494
pub type BlockScannerResult = ScannerResult<RangeInclusive<BlockNumber>>;
9595

96-
type Message = ScannerMessage<RangeInclusive<BlockNumber>>;
96+
pub type Message = ScannerMessage<RangeInclusive<BlockNumber>>;
9797

9898
impl From<RangeInclusive<BlockNumber>> for Message {
9999
fn from(range: RangeInclusive<BlockNumber>) -> Self {

0 commit comments

Comments
 (0)