Skip to content

Commit 6370207

Browse files
committed
Apply review comments
1 parent c85f094 commit 6370207

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mithril-relay/src/relay/signer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ impl SignerRelay {
9898
}
9999

100100
/// Tick the peer of the signer relay
101-
/// #[allow(dead_code)]
102101
pub async fn tick_peer(&mut self) -> StdResult<Option<PeerEvent>> {
103102
self.peer.tick_swarm().await
104103
}

mithril-test-lab/mithril-end-to-end/src/mithril/infrastructure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl MithrilInfrastructure {
5555
let mut relay_aggregators: Vec<RelayAggregator> = vec![];
5656
let mut relay_signers: Vec<RelaySigner> = vec![];
5757
if use_p2p_network_mode {
58-
info!("Starting the Mithirl infrastructure in P2P mode (experimental)");
58+
info!("Starting the Mithril infrastructure in P2P mode (experimental)");
5959

6060
let mut relay_aggregator =
6161
RelayAggregator::new(server_port + 100, aggregator.endpoint(), work_dir, bin_dir)?;

0 commit comments

Comments
 (0)