We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b4ef1 commit 2b0f30bCopy full SHA for 2b0f30b
crates/network/src/any/mod.rs
@@ -555,7 +555,7 @@ impl alloy_consensus::Transaction for AnyTypedTransaction {
555
/// erroneous.
556
/// - The [`TransactionRequest`] will build ONLY Ethereum types. It will error when attempting to
557
/// build any unknown type.
558
-/// - The [`TransactionResponse`] may deserialize unknown metadata fields into the inner
+/// - The [`Network::TransactionResponse`] may deserialize unknown metadata fields into the inner
559
/// [`AnyTxEnvelope`], rather than into the outer [`WithOtherFields`].
560
#[derive(Clone, Copy, Debug)]
561
pub struct AnyNetwork {
0 commit comments