Skip to content

Commit 7646dae

Browse files
devin-ai-integration[bot]Jayant Krishnamurthy
andcommitted
refactor: remove RETRY_PREVIOUS_BLOCKS constant as requested in PR feedback
Co-Authored-By: Jayant Krishnamurthy <[email protected]>
1 parent 5a93116 commit 7646dae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/fortuna/src/keeper/block.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ const RETRY_INTERVAL: Duration = Duration::from_secs(5);
3030
const BLOCK_BATCH_SIZE: u64 = 100;
3131
/// How much to wait before polling the next latest block
3232
const POLL_INTERVAL: Duration = Duration::from_secs(2);
33-
/// Retry last N blocks
34-
#[allow(dead_code)]
35-
const RETRY_PREVIOUS_BLOCKS: u64 = 100;
3633

3734
#[derive(Debug, Clone)]
3835
pub struct BlockRange {

0 commit comments

Comments
 (0)