Skip to content

Commit cc39627

Browse files
authored
add newline between DEFAULT_MAX_BLOCK_RANGE and DEFAULT_BLOCK_CONFIRMATIONS
1 parent e76aded commit cc39627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/block_range_scanner.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ use reorg_handler::ReorgHandler;
9393
pub use ring_buffer::RingBufferCapacity;
9494

9595
pub const DEFAULT_MAX_BLOCK_RANGE: u64 = 1000;
96+
9697
pub const DEFAULT_BLOCK_CONFIRMATIONS: u64 = 0;
9798

9899
pub const MAX_BUFFERED_MESSAGES: usize = 50000;

0 commit comments

Comments
 (0)