chore: log cleanup

dan/gas-escalator-middleware
Daniel Savu 2 weeks ago
parent b54b4033d5
commit 68f90eb6fc
No known key found for this signature in database
GPG Key ID: 795E587829AF7E08
  1. 2
      rust/main/chains/hyperlane-ethereum/src/rpc_clients/trait_builder.rs

@ -205,7 +205,7 @@ pub trait BuildableWithProvider {
/// Wrap the provider creation with a signing provider if signers were
/// provided, and then create the associated trait.
#[instrument(skip(self), fields(domain=?locator.domain), level = "debug")]
#[instrument(skip(self, provider, conn, locator, signer), fields(domain=?locator.domain.name()), level = "debug")]
async fn build_with_signer<M>(
&self,
provider: M,

Loading…
Cancel
Save