Skip to content

Commit 2353f73

Browse files
disputes migrations to tokio watch final
1 parent 401aae1 commit 2353f73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/src/attestations/dispute_manager.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ use std::time::Duration;
77
use thegraph_core::Address;
88
use tokio::sync::watch::{self, Receiver};
99
use tokio::time::{self, sleep};
10-
use alloy::primitives::Address;
11-
use eventuals::{timer, Eventual, EventualExt};
1210
use tracing::warn;
1311

1412
use crate::subgraph_client::SubgraphClient;

0 commit comments

Comments
 (0)