Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomxey committed Oct 30, 2024
1 parent 4631c30 commit a2dbde5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/iota/src/iota_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,7 @@ async fn start(
fullnode_url.clone(),
ReaderWriterConfig::writer_mode(None),
data_ingestion_path.clone(),
None,
)
.await;
info!("Indexer in writer mode started");
Expand All @@ -767,6 +768,7 @@ async fn start(
fullnode_url.clone(),
ReaderWriterConfig::reader_mode(indexer_address.to_string()),
data_ingestion_path,
None,
)
.await;
info!("Indexer in reader mode started");
Expand Down

0 comments on commit a2dbde5

Please sign in to comment.