Skip to content

Commit

Permalink
nit: renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed May 3, 2024
1 parent 2200c68 commit b13fa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/builder/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async fn main() -> eyre::Result<()> {
.signer(EthereumSigner::from(wallet))
.on_builtin(&config.rpc_url)
.await?;
tracing::debug!(rpc_url = config.rpc_url.as_ref(), "connected to provider");
tracing::debug!(rpc_url = config.rpc_url.as_ref(), "instantiated provider");
let zenith = Zenith::new(config.zenith, provider.clone());

let build = tasks::block::BlockBuilder { wait_secs: 5 };
Expand Down

0 comments on commit b13fa34

Please sign in to comment.