Skip to content

Commit 2b0f30b

Browse files
committed
doc: fix link
1 parent 65b4ef1 commit 2b0f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/network/src/any/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ impl alloy_consensus::Transaction for AnyTypedTransaction {
555555
/// erroneous.
556556
/// - The [`TransactionRequest`] will build ONLY Ethereum types. It will error when attempting to
557557
/// build any unknown type.
558-
/// - The [`TransactionResponse`] may deserialize unknown metadata fields into the inner
558+
/// - The [`Network::TransactionResponse`] may deserialize unknown metadata fields into the inner
559559
/// [`AnyTxEnvelope`], rather than into the outer [`WithOtherFields`].
560560
#[derive(Clone, Copy, Debug)]
561561
pub struct AnyNetwork {

0 commit comments

Comments
 (0)