We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd5dac4 commit 30b933dCopy full SHA for 30b933d
src/block_range_scanner.rs
@@ -93,7 +93,7 @@ pub const DEFAULT_REORG_REWIND_DEPTH: u64 = 64;
93
94
pub type BlockScannerResult = ScannerResult<RangeInclusive<BlockNumber>>;
95
96
-type Message = ScannerMessage<RangeInclusive<BlockNumber>>;
+pub type Message = ScannerMessage<RangeInclusive<BlockNumber>>;
97
98
impl From<RangeInclusive<BlockNumber>> for Message {
99
fn from(range: RangeInclusive<BlockNumber>) -> Self {
0 commit comments