Skip to content

Commit

Permalink
create missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed May 30, 2024
1 parent 10e5c90 commit 752645d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/eth/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,9 @@ pub mod consensus_mock {
pub fn get_chain_url(&self, _config: RunWithImporterConfig) -> (String, Option<String>) {
todo!()
}

pub async fn should_serve(&self) -> bool {
true
}
}
}

0 comments on commit 752645d

Please sign in to comment.