Skip to content

Commit

Permalink
chore(claimer): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstanley committed Jun 5, 2024
1 parent 16ba201 commit cd2f451
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions offchain/authority-claimer/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,11 @@ mod tests {
BrokerConfig, BrokerEndpoint, BrokerError, RedactedUrl, RollupsClaim,
Url,
};
use snafu::Snafu;

// ------------------------------------------------------------------------------------------------
// Broker Mock
// ------------------------------------------------------------------------------------------------

#[derive(Clone, Debug, Snafu)]
pub enum MockError {
EndError,
InternalError,
MockError,
}

pub async fn setup_broker(
docker: &Cli,
should_fail: bool,
Expand Down

0 comments on commit cd2f451

Please sign in to comment.