Skip to content

Commit

Permalink
chore: update log copy
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Nov 2, 2024
1 parent d8d0557 commit 500df72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ fn build_with_store_internal(

let chain_source = match chain_data_source_config {
Some(ChainDataSourceConfig::Esplora { server_url, sync_config }) => {
log_info!(logger, "Using custom esplora server: {}", server_url);
log_info!(logger, "Using esplora server: {}", server_url);
let sync_config = sync_config.unwrap_or(EsploraSyncConfig::default());
Arc::new(ChainSource::new_esplora(
server_url.clone(),
Expand Down

0 comments on commit 500df72

Please sign in to comment.