Skip to content

Commit

Permalink
doc: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Oct 14, 2024
1 parent 1f31e02 commit 1136ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/network/src/any/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ impl alloy_consensus::Transaction for AnyTypedTransaction {
/// erroneous.
/// - The [`TransactionRequest`] will build ONLY Ethereum types. It will error when attempting to
/// build any unknown type.
/// - The [`TransactionResponse`] may deserialize unknown metadata fields into the inner
/// - The [`Network::TransactionResponse`] may deserialize unknown metadata fields into the inner
/// [`AnyTxEnvelope`], rather than into the outer [`WithOtherFields`].
#[derive(Clone, Copy, Debug)]
pub struct AnyNetwork {
Expand Down

0 comments on commit 1136ec6

Please sign in to comment.