Skip to content

Commit 72114a9

Browse files
committed
feat: fix comment
1 parent 8862ce1 commit 72114a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • rust/main/lander/src/adapter

rust/main/lander/src/adapter/core.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,12 @@ pub trait AdaptsChain: Send + Sync {
115115
todo!()
116116
}
117117

118-
/// How often to poll for txs that need to be reprocessed
118+
/// How often to poll for payloads that need to be reprocessed
119119
fn reprocess_payloads_poll_rate(&self) -> Option<Duration> {
120120
None
121121
}
122122

123-
/// Get a list of txs that need to be reprocessed
123+
/// Get a list of payloads that need to be reprocessed
124124
async fn get_reprocess_payloads(&self) -> Result<Vec<FullPayload>, LanderError> {
125125
Ok(Vec::new())
126126
}

0 commit comments

Comments
 (0)