Skip to content

Commit

Permalink
fix(relayer-retry-server): remove useless TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Mantas-M committed Oct 29, 2024
1 parent cc1ed5c commit 6bca9e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/main/agents/relayer/src/settings/matching_list.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ fn parse_addr<E: Error>(addr_str: &str) -> Result<H256, E> {

#[cfg(test)]
mod test {
// TODO run through
use hyperlane_core::{H160, H256};

use super::{Filter::*, MatchingList};
Expand Down

0 comments on commit 6bca9e8

Please sign in to comment.