Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter committed Nov 23, 2023
1 parent 46eaec1 commit 2a3cee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rust/chains/hyperlane-ethereum/src/trait_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ pub trait BuildableWithProvider {
)
}

/// Create the provider, applying any middlewares (e.g. gas oracle, signer, metrics) as needed.
/// Create the provider, applying any middlewares (e.g. gas oracle, signer, metrics) as needed,
/// and then create the associated trait.
async fn build<P>(
&self,
client: P,
Expand Down

0 comments on commit 2a3cee9

Please sign in to comment.