Skip to content

Commit

Permalink
hf -> tx type
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks authored and prestwich committed Jun 10, 2024
1 parent 4b62524 commit 578197b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/provider/src/provider/trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub type FilterPollerBuilder<T, R> = PollerBuilder<T, (U256,), Vec<R>>;
/// The provider supports EIP-1559 fee estimation and transaction building. We generally assume
/// that EIP-1559 is supported by the client and will proactively use it by default. If the client
/// does not support EIP-1559, we fall back to legacy transaction building. We acknowledge that this
/// means EIP-1559 has a privileged status in comparison to other hardforks.
/// means EIP-1559 has a privileged status in comparison to other transaction types.
#[cfg_attr(target_arch = "wasm32", async_trait::async_trait(?Send))]
#[cfg_attr(not(target_arch = "wasm32"), async_trait::async_trait)]
#[auto_impl::auto_impl(&, &mut, Rc, Arc, Box)]
Expand Down

0 comments on commit 578197b

Please sign in to comment.